From 4c9cd89642fac982189cb5ff112dfee73730e2a8 Mon Sep 17 00:00:00 2001 From: dsmooot Date: Fri, 27 Sep 2024 01:09:22 -0300 Subject: [PATCH] social svg responsive sizing. projects header bg updated on mobile. --- app/info/page.tsx | 2 +- app/projects/page.tsx | 2 +- src/components/dom/icons/EmailIcon.tsx | 3 +-- src/components/dom/icons/GitIcon.tsx | 7 ++++++- src/components/dom/icons/LinkedInIcon.tsx | 10 +--------- src/components/dom/pages/projects/ProjectsList.tsx | 2 +- 6 files changed, 11 insertions(+), 15 deletions(-) diff --git a/app/info/page.tsx b/app/info/page.tsx index 1552c35..df61229 100644 --- a/app/info/page.tsx +++ b/app/info/page.tsx @@ -80,7 +80,7 @@ const Contact = () => { -
+
{
diff --git a/src/components/dom/icons/EmailIcon.tsx b/src/components/dom/icons/EmailIcon.tsx index 3304d56..3619d95 100644 --- a/src/components/dom/icons/EmailIcon.tsx +++ b/src/components/dom/icons/EmailIcon.tsx @@ -1,7 +1,6 @@ export default function EmailIcon() { return ( - <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.25 32'> - <defs></defs> + <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.25 32' className='h-full w-full'> <title>Email Me diff --git a/src/components/dom/icons/GitIcon.tsx b/src/components/dom/icons/GitIcon.tsx index 70077f6..2b49f29 100644 --- a/src/components/dom/icons/GitIcon.tsx +++ b/src/components/dom/icons/GitIcon.tsx @@ -1,6 +1,11 @@ export default function GitIcon() { return ( - + GitHub + LinkedIn )}
-
+
) },