Skip to content

Commit

Permalink
navigation corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Oct 6, 2023
1 parent e850ccf commit 3b08fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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! */
Expand Down

0 comments on commit 3b08fe6

Please # to comment.