Skip to content

Commit

Permalink
Add findings menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Nov 30, 2023
1 parent 5671f09 commit 18fb8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const NavBar = ({ color }) => {
<NavItem label={<FormattedMessage id="Navbar.Countries" />} href="/countries" />
<NavItem label={<FormattedMessage id="Navbar.Networks" />} href="/networks" />
<NavItem label={<FormattedMessage id="Navbar.Domains" />} href="/domains" />
{/* <NavItem label={<FormattedMessage id="Navbar.Findings" />} href="/findings" /> */}
<NavItem label={<FormattedMessage id="Navbar.Findings" />} href="/findings" />
{user?.logged_in ? (
<Box ml={[0, 4]} my={[2, 0]}>
<StyledNavItem>
Expand Down

1 comment on commit 18fb8ed

@vercel
Copy link

@vercel vercel bot commented on 18fb8ed Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.