Skip to content

Commit

Permalink
temporarily put actually useful links in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Dec 11, 2023
1 parent 4ebae91 commit 62d8532
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/app/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ export class NavBar extends Component<NavBarProps, NavBarState>
<div></div>
<div className={"col-start-2"}>
<div className={"nav_button_container flex max-[500px]:gap-x-3 gap-x-7 mt-5 max-[500px]:mt-6"}>
<NavButton Label={"Home"} Endpoint={"/"}></NavButton>
<NavButton Label={"Transfer Resources"} Endpoint={"/resources"}></NavButton>
<NavButton Label={"Langara Hacks"} Endpoint={"/hacks"}></NavButton>
{/* <NavButton Label={"Home"} Endpoint={"/"}></NavButton>
<NavButton Label={"About"} Endpoint={"/about "}></NavButton>
<NavButton Label={"Events"} Endpoint={"/events"}></NavButton>
<NavButton Label={"Blog"} Endpoint={"/blog"}></NavButton>
<NavButton Label={"Blog"} Endpoint={"/blog"}></NavButton> */}
</div>
</div>
<div></div>
Expand Down

0 comments on commit 62d8532

Please sign in to comment.