Skip to content

Commit

Permalink
save demo vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Oct 11, 2024
1 parent bf8934a commit d3e2b62
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 509 deletions.
12 changes: 11 additions & 1 deletion client/src/app/layout/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,17 @@ export const SidebarApp: React.FC = () => {
return css(LINK_CLASS, isActive ? ACTIVE_LINK_CLASS : "");
}}
>
Importers
Vulnerability Vendors
</NavLink>
</li>
<li className="pf-v5-c-nav__item">
<NavLink
to="/importers1"
className={({ isActive }) => {
return css(LINK_CLASS, isActive ? ACTIVE_LINK_CLASS : "");
}}
>
SBOM Database
</NavLink>
</li>
<li className="pf-v5-c-nav__item">
Expand Down
Loading

0 comments on commit d3e2b62

Please sign in to comment.