Skip to content

Commit

Permalink
Nav Path Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent e0cff72 commit bc9f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ interface NavItem {
}

const NAV_ITEMS: Array<NavItem> = [
{ label: "Home", href: "/" },
{ label: "Home", href: `${imagePrefix}` },
{
label: "Areas",
children: [
Expand Down

0 comments on commit bc9f792

Please sign in to comment.