Skip to content

Commit

Permalink
fix: update sidebar to CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Nov 8, 2024
1 parent 6f947a1 commit e526dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/layout/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SidebarApp: React.FC = () => {
return css(LINK_CLASS, isActive ? ACTIVE_LINK_CLASS : "");
}}
>
Vulnerabilities
CVEs
</NavLink>
</li>
<li className="pf-v5-c-nav__item">
Expand Down

0 comments on commit e526dfb

Please sign in to comment.