mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
fix: remove categories to navbar
This commit is contained in:
parent
d967c60140
commit
08edd1ec80
@ -43,7 +43,6 @@ interface Props {
|
||||
pages?: Page[]
|
||||
commerceFeatures: Record<string, boolean>
|
||||
}
|
||||
categories: any[]
|
||||
}
|
||||
|
||||
const Layout: FC<Props> = ({
|
||||
|
@ -5,7 +5,7 @@ import { Searchbar, UserNav } from '@components/common'
|
||||
import NavbarRoot from './NavbarRoot'
|
||||
import s from './Navbar.module.css'
|
||||
|
||||
const Navbar: FC = ({ categories }: any) => (
|
||||
const Navbar: FC = () => (
|
||||
<NavbarRoot>
|
||||
<Container>
|
||||
<div className="relative flex flex-row justify-between py-4 align-center md:py-6">
|
||||
|
Loading…
x
Reference in New Issue
Block a user