From 792df2ff670acb2756f7ab06bd55f07abf8d0d03 Mon Sep 17 00:00:00 2001 From: satya319 Date: Fri, 6 Oct 2023 21:57:26 +0530 Subject: [PATCH] nav modified --- src/components/Footer.astro | 2 +- src/components/Nav.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9dc2349..3025a12 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -13,7 +13,7 @@ const currentYear = new Date().getFullYear();

Linkedin - GitHub + GitHub

diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 40e442e..1e802db 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -23,7 +23,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]