Skip to content

Commit

Permalink
Merge pull request #515 from NSCC-BPIT/new_branch_6
Browse files Browse the repository at this point in the history
navbar update for techx
  • Loading branch information
pradeeptosarkar authored Jan 1, 2024
2 parents 3c44758 + 1449335 commit 5e9864a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/TechXcelerate/Techx.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function TechX() {
</h2>

<p className="max-w-4xl mx-auto my-10 text-center text-xl font-bold leading-tight text-transparent bg-clip-text bg-gradient-to-r from-amber-500 to-pink-500 ">
Our society launched TechXcelerate, in April this year, a series
Our society launched TechXcelerate, in April of last year, a series
of interactive sessions aimed at first and second year students.
These sessions feature beginner level topics and the necessary
tips and tricks to learn the various technical domains covering
Expand Down
12 changes: 12 additions & 0 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,17 @@ function Navbar() {
)}
</div>
</NavbarLink>
<NavbarLink
to="/techx"
className={activeNavLink === "/techx" ? "active" : ""}
>
<div>
TechXcelerate
{activeNavLink === "/techx" && (
<hr className="border-3 rounded-full" />
)}
</div>
</NavbarLink>
<NavbarLink
to="https://github.com/NSCC-BPIT/NSCC-BPIT-Website"
target="_blank"
Expand Down Expand Up @@ -267,6 +278,7 @@ function Navbar() {
<NavbarLinkExtended to="http://blog.nsccbpit.tech/" target="_blank">
Blog
</NavbarLinkExtended>
<NavbarLinkExtended to="/techx">TechXcelerate</NavbarLinkExtended>
<NavbarLinkExtended to="https://github.com/NSCC-BPIT/NSCC-BPIT-Website" target="_blank">
Contribute
</NavbarLinkExtended>
Expand Down

0 comments on commit 5e9864a

Please sign in to comment.