From 644d770a146af3369e920607447f8d1fc1c6c35e Mon Sep 17 00:00:00 2001 From: satya319 Date: Sat, 23 Sep 2023 11:10:41 +0530 Subject: [PATCH] page nav fixed --- src/components/Nav.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 2ec6b0c..edb4e42 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 }[]