Skip to content

Commit

Permalink
Merge pull request #113 from HackAtUCI/update/restore-resources-navbar
Browse files Browse the repository at this point in the history
Restore resources link in navbar
  • Loading branch information
samderanova committed Nov 1, 2023
2 parents 3ded894 + 7f023b2 commit 83ba8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function NavBar() {
>
Home
</Link>
{/* <Link
<Link
href="/resources"
className={
activeRoute === "/resources"
Expand All @@ -40,7 +40,7 @@ export default function NavBar() {
}
>
Resources
</Link> */}
</Link>
<Link
href="/schedule"
className={
Expand Down

0 comments on commit 83ba8f8

Please sign in to comment.