Skip to content

Commit

Permalink
Hide navbar links until they are implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Oct 2, 2024
1 parent 8d993f6 commit 84be769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { AuthButton } from './AuthButton';
const links:NavbarLinkItem[] = [
{ link: '/patterns/', label: 'Patterns', icon: <PiBlueprint />, icon_bold: <PiBlueprintBold /> },
{ link: '/links/', label: 'Links', icon: <PiLink />, icon_bold: <PiLink /> },
{ link: '/testing/', label: 'Testing', icon: <PiPlay />, icon_bold: <PiPlayBold /> },
// { link: '/testing/', label: 'Testing', icon: <PiPlay />, icon_bold: <PiPlayBold /> },
{ link: '/sharing/', label: 'Sharing', icon: <PiUsersThree />, icon_bold: <PiUsersThreeBold /> },
{ link: '/search.html', label: 'Search', icon: <PiMagnifyingGlass />, icon_bold: <PiMagnifyingGlassBold /> },
// { link: '/search.html', label: 'Search', icon: <PiMagnifyingGlass />, icon_bold: <PiMagnifyingGlassBold /> },
];

export function Navbar() {
Expand Down

0 comments on commit 84be769

Please sign in to comment.