Skip to content

Commit

Permalink
rish why doesn't NavButton work ._.
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Dec 11, 2023
1 parent 62d8532 commit 622042a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ 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={"Transfer Resources"} Endpoint={"/resources"}></NavButton>
<NavButton Label={"Langara Hacks"} Endpoint={"/hacks"}></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>
Expand Down

0 comments on commit 622042a

Please sign in to comment.