Skip to content

Commit

Permalink
Changed:Placements section in navbar will now redirect to the new TPC…
Browse files Browse the repository at this point in the history
… portal
  • Loading branch information
Ashutosh-1302 committed Dec 1, 2023
1 parent 5d2f776 commit af59eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const Navbar = ({ theme, changeTheme, department, font, changeFont }) => {
<a
className="nav-link-item "
activeClassName="nav-link-item-active"
href="https://tnp.nitp.ac.in"
href="https://tpc.nitp.ac.in/"
target="_blank"
>
<span>Placements</span>
Expand Down Expand Up @@ -688,7 +688,7 @@ const Navbar = ({ theme, changeTheme, department, font, changeFont }) => {
</div>
</div>
<a
href="https://tnp.nitp.ac.in"
href="https://tpc.nitp.ac.in/"
target="_blank"
className="nav-sidebar-div"
>
Expand Down Expand Up @@ -1043,7 +1043,7 @@ const Navbar = ({ theme, changeTheme, department, font, changeFont }) => {
</div>
</div>
<a
href="https://tnp.nitp.ac.in"
href="https://tpc.nitp.ac.in/"
target="_blank"
className="nav-sidebar-div"
>
Expand Down

0 comments on commit af59eb0

Please sign in to comment.