Skip to content

Commit

Permalink
Merge pull request #38 from wisuwo/photo-carosel-nav-bar
Browse files Browse the repository at this point in the history
Added the photo carosel to the nav bar
  • Loading branch information
Ramandeep-Saini authored Oct 2, 2024
2 parents 9799d58 + 9cf3aed commit efd3d64
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion wisreactapp/src/components/navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Navigation = (props) => {
</ScrollLink>
</li>
<li className='nav-item'>
<ScrollLink
<ScrollLink
className='nav-link page-scroll'
to='team'
spy={true}
Expand All @@ -64,6 +64,14 @@ export const Navigation = (props) => {
Events
</ScrollLink>
</li>

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

<li className='nav-item'>
<ScrollLink
className='nav-link page-scroll'
Expand Down

0 comments on commit efd3d64

Please sign in to comment.