Skip to content

Commit

Permalink
Update navbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iet-nitk-575025 authored Nov 3, 2022
1 parent 9cf71db commit 19fc0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/elements/navbar/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const TopNavbar = ({ smp, recr, expo, notice }) => {
recr !== true ? "btn-primary disabled" : style.glowing
}`}
role="button"
to="https://bit.ly/3WhVLkP"
to="https://tripetto.app/run/5Y6ZFUULPL"
>
Join IET NITK
</Link>
Expand All @@ -58,9 +58,9 @@ const TopNavbar = ({ smp, recr, expo, notice }) => {
smp !== true ? "btn-primary disabled" : style.glowing
}`}
role="button"
to="https://tripetto.app/run/C7NE4FSLTW"
to="https://bit.ly/3WhVLkP"
>
<i className="fa fa-chalkboard" /> GameShow{" "}
<i className="fa fa-chalkboard" /> Create Future{" "}

{/* <i className="fa fa-chalkboard" /> SMP{" "}
{new Date().getFullYear()} */}
Expand Down

0 comments on commit 19fc0d7

Please sign in to comment.