Skip to content

Commit

Permalink
Merge pull request #121 from tsg-iitkgp/maintenance
Browse files Browse the repository at this point in the history
Removed nominations route
  • Loading branch information
Harshbansal8705 authored Oct 3, 2024
2 parents 8c3ceca + 1baee70 commit 0fce464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function App() {
<Route exact path="/elections/candidates" component={ElectionCandidates} /> */}

{/* Nominations Route */}
<Route exact path="/nominations" component={Nominations} />
{/* <Route exact path="/nominations" component={Nominations} /> */}

{/* FAQ Route */}
<Route exact path="/faq" component={FAQ} />
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ export default function Navbar() {
</li> */}

{/* NOMINATIONS */}
<li className={Styles.navItem}>
{/* <li className={Styles.navItem}>
<NavLink
to="/nominations"
className={Styles.navLinks}
activeClassName={Styles.acitveLink}
>
Nominations
</NavLink>
</li>
</li> */}

{/* GALLERY */}
{/* <li className={Styles.navItem}>
Expand Down

0 comments on commit 0fce464

Please sign in to comment.