From 49a09a538a12c01eb790451b09e1bd8285e923a6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 31 Jan 2022 15:02:12 +0100 Subject: chore(icons): update main nav icons The CV link text seemed misaligned before. By moving the "diploma" to the bottom, the look is better I think. Also, the computer icon was a little small compared to the others, so I fixed it. --- src/components/Icons/CV/CV.tsx | 22 +++++++++++----------- src/components/Icons/Projects/Projects.tsx | 26 +++++++++++++------------- 2 files changed, 24 insertions(+), 24 deletions(-) (limited to 'src/components') diff --git a/src/components/Icons/CV/CV.tsx b/src/components/Icons/CV/CV.tsx index 0672ac4..876d1cb 100644 --- a/src/components/Icons/CV/CV.tsx +++ b/src/components/Icons/CV/CV.tsx @@ -9,47 +9,47 @@ const CVIcon = () => { > ); diff --git a/src/components/Icons/Projects/Projects.tsx b/src/components/Icons/Projects/Projects.tsx index 76f35a6..d4af247 100644 --- a/src/components/Icons/Projects/Projects.tsx +++ b/src/components/Icons/Projects/Projects.tsx @@ -8,55 +8,55 @@ const ProjectsIcon = () => { className={styles.icon} > -- cgit v1.2.3