Skip to content

Commit

Permalink
feat: add exhibits to navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed May 25, 2024
1 parent 0b699e3 commit 90884d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/userComponents/navBar/navBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function NavBar() {
</Link>
<p className="b1 text-ivory flex flex-row gap-[3.19rem]">
<Link href="/hours-and-location">Hours & Location</Link>
<Link href="/exhibits">Exhibits</Link>
<Link href="/site-maps">Site Maps</Link>
<Link href="/virtual-tours">Virtual Tours</Link>
<Link href="/wildlife-spotlights">Wildlife Spotlights</Link>
Expand Down Expand Up @@ -102,6 +103,7 @@ export default function NavBar() {
<h4 className="text-night flex flex-col gap-[1.38rem] pl-5">
<Link href="/hours-and-location">Hours & Location</Link>
<Link href="/site-maps">Site Maps</Link>
<Link href="/exhibits">Exhibits</Link>
</h4>
</div>
<div>
Expand Down

0 comments on commit 90884d2

Please sign in to comment.