Skip to content

Commit

Permalink
Disable categories in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Loskir committed Jun 22, 2023
1 parent 34c637a commit 621cbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Navbar: React.FC = () => {
<a className="py-2 px-2 font-semibold flex-shrink-0 hover:text-orange-600 rounded-lg">Price Monitor</a>
</Link>
<NavbarLink link="/scanner" text="Сканер" />
<NavbarLink link="/categories" text="Категории" />
{/*<NavbarLink link="/categories" text="Категории" />*/}
<div className="flex-grow"></div>

{/*<NavbarLinkIcon link="/scanner" label="Сканер">*/}
Expand Down

1 comment on commit 621cbe4

@vercel
Copy link

@vercel vercel bot commented on 621cbe4 Jun 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

price-monitor – ./

price-monitor-loskir.vercel.app
price-monitor-git-main-loskir.vercel.app
price-monitor-mu.vercel.app

Please sign in to comment.