4
0
forked from crowetic/commerce
This commit is contained in:
Belen Curcio 2020-10-05 19:10:58 -03:00
parent 1fcae029a7
commit 2f3885b895

View File

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