Skip to content

Commit

Permalink
Merge pull request #562 from RANJEETJ06/master
Browse files Browse the repository at this point in the history
fixed #561
  • Loading branch information
bnleft authored Sep 11, 2023
2 parents 8b49c39 + bec217b commit ea95afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const NavBar = () => {
<ActiveListItem url='/gallery' name='Gallery' />
<ActiveListItem url='/tutoring' name='Tutoring' />
<ActiveListItem url='/membership' name='Membership' />
<ActiveListItem url='/hackathons' name='Hackathons' />
{/* when hackathon will return to active it again no need to delete */}
{/* <ActiveListItem url='/hackathons' name='Hackathons' /> */}
<ActiveListItem url='/contactus' name='Contact Us' />
<Nav.Link href='https://uhcode.red/' target='_blank' rel='noreferrer'>
CodeRED <i className='fas fa-external-link-alt'></i>
Expand Down

0 comments on commit ea95afb

Please sign in to comment.