forked from crowetic/commerce
Is this
This commit is contained in:
parent
1fcae029a7
commit
2f3885b895
@ -14,9 +14,9 @@ const Navbar: FC<Props> = ({ className }) => {
|
|||||||
return (
|
return (
|
||||||
<Container className={rootClassName}>
|
<Container className={rootClassName}>
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<h1 className="inline-block cursor-pointer">
|
<span className="inline-block cursor-pointer">
|
||||||
<Logo />
|
<Logo />
|
||||||
</h1>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="flex flex-row h-full content-center flex-1 ml-10">
|
<div className="flex flex-row h-full content-center flex-1 ml-10">
|
||||||
<nav className="hidden flex-row items-center px-6 lg:flex space-x-4">
|
<nav className="hidden flex-row items-center px-6 lg:flex space-x-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user