From 3b08fe63edca1c0b0724f86d1344164dfdf5359e Mon Sep 17 00:00:00 2001 From: satya319 Date: Fri, 6 Oct 2023 21:44:18 +0530 Subject: [PATCH] navigation corrected --- src/components/Nav.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index edb4e42..40e442e 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -5,9 +5,9 @@ import type { iconPaths } from './IconPaths'; /** Main menu items */ const textLinks: { label: string; href: string }[] = [ - { label: 'Home', href: '/satya319/' }, - { label: 'Work', href: '/satya319/work/' }, - { label: 'About', href: '/satya319/about/' }, + { label: 'Home', href: '/' }, + { label: 'Work', href: '/work/' }, + { label: 'About', href: '/about/' }, ]; /** Icon links to social media — edit these with links to your profiles! */