Skip to content

Commit

Permalink
fix maybe for links?
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepiper committed Mar 18, 2024
1 parent fe8044d commit 7d27030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ interface NavItem{
const nav_items: Array<NavItem> = [
{
label: "Home",
page: "/",
page: "/ENG1/",
},
{
label: "Documents",
page: "/documents",
page: "/ENG1/documents",
},
]

Expand Down

0 comments on commit 7d27030

Please sign in to comment.