From 57f748ed1633b8fd3f72d9cbc62235ed5b9274d3 Mon Sep 17 00:00:00 2001 From: satya319 Date: Sat, 23 Sep 2023 11:06:39 +0530 Subject: [PATCH] navigation rectified --- 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 1e802db..2ec6b0c 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: '/' }, - { label: 'Work', href: '/work/' }, - { label: 'About', href: '/about/' }, + { label: 'Home', href: '/satya319/' }, + { label: 'Work', href: '/satya319/work/' }, + { label: 'About', href: '/satya319/about/' }, ]; /** Icon links to social media — edit these with links to your profiles! */