forked from crowetic/commerce
Transitions
This commit is contained in:
parent
a25da7d6cf
commit
af14efcf02
@ -14,7 +14,7 @@ const Navbar: FC<Props> = ({ className }) => {
|
|||||||
return (
|
return (
|
||||||
<Container className={rootClassName}>
|
<Container className={rootClassName}>
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<h1 className="cursor-pointer">
|
<h1 className="inline-block cursor-pointer">
|
||||||
<Logo />
|
<Logo />
|
||||||
</h1>
|
</h1>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
.root {
|
.root {
|
||||||
|
@apply transition-all duration-75 ease-in-out;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user