Skip to content

Commit

Permalink
adding calendar to navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelle-bh committed Oct 8, 2024
1 parent 95fdbd2 commit f8a9268
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wisreactapp/src/components/navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ export const Navigation = (props) => {
</ScrollLink>
</li>

{/* New Calendar Link */}
<li className='nav-item'>
<Link className='nav-link' to='/calendar'>
Calendar
</Link>
</li>

{/* New Photo Gallery Link */}
<li className='nav-item'>
<Link className='nav-link' to='/imagegallery'>
Expand Down

0 comments on commit f8a9268

Please sign in to comment.