Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes by pradeeptosarkar done on 20.07.24, merged by namespace-admin #543

Merged
merged 9 commits into from
Jul 20, 2024
Prev Previous commit
Next Next commit
contribute button removed from navbars
  • Loading branch information
pradeeptosarkar committed Jul 20, 2024
commit 0d2572af879745f984a64e53d1495063bb77bf1b
25 changes: 1 addition & 24 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,24 +247,6 @@ function Navbar() {
)}
</div>
</NavbarLink>
<NavbarLink
to="https://github.com/NSCC-BPIT/NSCC-BPIT-Website"
target="_blank"
className={
activeNavLink ===
"https://github.com/NSCC-BPIT/NSCC-BPIT-Website"
? "active"
: ""
}
>
<div>
Contribute
{activeNavLink ===
"https://github.com/NSCC-BPIT/NSCC-BPIT-Website" && (
<hr className="border-3 rounded-full" />
)}
</div>
</NavbarLink>
</NavLinks>

<NavbarLinkContainer>
Expand All @@ -286,14 +268,9 @@ function Navbar() {
<NavbarLinkExtended to="/programs">Programs</NavbarLinkExtended>
<NavbarLinkExtended to="/Team">Team</NavbarLinkExtended>
<NavbarLinkExtended to="/resources">Resources</NavbarLinkExtended>
<NavbarLinkExtended to="http://blog.nsccbpit.tech/" target="_blank">
Blog
</NavbarLinkExtended>
<NavbarLinkExtended to="http://blog.nsccbpit.tech/" target="_blank">Blog</NavbarLinkExtended>
<NavbarLinkExtended to="/techx">TechXcelerate</NavbarLinkExtended>
<NavbarLinkExtended to="/hackhazards">HACKHAZARDS</NavbarLinkExtended>
<NavbarLinkExtended to="https://github.com/NSCC-BPIT/NSCC-BPIT-Website" target="_blank">
Contribute
</NavbarLinkExtended>
</NavbarExtendedContainer>
)}
</NavbarContainer>
Expand Down