1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-24 10:26:59 +00:00
This commit is contained in:
Belen Curcio 2020-10-05 19:10:58 -03:00
parent 1fcae029a7
commit 2f3885b895

@ -14,9 +14,9 @@ const Navbar: FC<Props> = ({ className }) => {
return (
<Container className={rootClassName}>
<Link href="/">
<h1 className="inline-block cursor-pointer">
<span className="inline-block cursor-pointer">
<Logo />
</h1>
</span>
</Link>
<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">