fix: remove categories to navbar

This commit is contained in:
Gérard Le Cloerec 2021-04-13 14:22:50 +02:00
parent d967c60140
commit 08edd1ec80
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ interface Props {
pages?: Page[]
commerceFeatures: Record<string, boolean>
}
categories: any[]
}
const Layout: FC<Props> = ({

View File

@ -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">