Skip to content

Commit

Permalink
Remove tickets from the bp menu
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Sep 19, 2024
1 parent dfd3388 commit 6485813
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/breakpoint/BreakpointHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ const Header = () => {
Breakpoint
</Link>
</li>
<li className="nav-item">
<Link
className="nav-link nav-link--primary"
activeClassName="active"
to="/breakpoint/tickets"
>
{t("breakpoint.header.tickets")}
</Link>
</li>
<li className="nav-item">
<Link
className="nav-link nav-link--primary"
Expand Down

0 comments on commit 6485813

Please sign in to comment.