Skip to content

Commit

Permalink
Update bp menu (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred authored Dec 11, 2024
1 parent eab1735 commit 286e200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions rewrites-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"destination": "https://climate.solana.com/"
},
{ "source": "/breakpoint/side-events", "destination": "/breakpoint" },
{ "source": "/breakpoint/sponsors", "destination": "/breakpoint" },
{ "source": "/breakpoint/speakers", "destination": "/breakpoint" },
{
"source": "/verifiable-builds",
"destination": "/developers/guides/advanced/verified-builds#install-the-solana-verify-cli"
Expand Down
8 changes: 4 additions & 4 deletions src/components/breakpoint/BreakpointHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ const Header = () => {
Breakpoint
</Link>
</li>
<li className="nav-item">
{/* <li className="nav-item">
<Link
className="nav-link nav-link--primary"
activeClassName="active"
to="/breakpoint/speakers"
>
{t("breakpoint.header.speakers")}
</Link>
</li>
<li className="nav-item">
</li> */}
{/* <li className="nav-item">
<Link
className="nav-link nav-link--primary"
activeClassName="active"
to="/breakpoint/sponsors"
>
{t("breakpoint.header.sponsors")}
</Link>
</li>
</li> */}
<li className="nav-item">
<Link
className="nav-link nav-link--primary"
Expand Down

0 comments on commit 286e200

Please sign in to comment.