mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Transitions
This commit is contained in:
@@ -14,7 +14,7 @@ const Navbar: FC<Props> = ({ className }) => {
|
||||
return (
|
||||
<Container className={rootClassName}>
|
||||
<Link href="/">
|
||||
<h1 className="cursor-pointer">
|
||||
<h1 className="inline-block cursor-pointer">
|
||||
<Logo />
|
||||
</h1>
|
||||
</Link>
|
||||
|
@@ -1,2 +1,3 @@
|
||||
.root {
|
||||
@apply transition-all duration-75 ease-in-out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user