New Feature Updates, more coverage. (#385)

* Shouldn't be there.

* Removing

* Removing old libraries

* Updating

* Feature Changes and updates

* Update README.md
This commit is contained in:
B
2021-06-22 17:19:07 -03:00
committed by GitHub
parent 1a50be125a
commit cb6d70570d
10 changed files with 45 additions and 6287 deletions

View File

@@ -1,5 +1,6 @@
.root {
@apply sticky top-0 bg-primary z-40 transition-all duration-150;
min-height: 74px;
}
.nav {

View File

@@ -34,9 +34,11 @@ const Navbar: FC<NavbarProps> = ({ links }) => (
))}
</nav>
</div>
<div className="justify-center flex-1 hidden lg:flex">
<Searchbar />
</div>
{process.env.COMMERCE_SEARCH_ENABLED && (
<div className="justify-center flex-1 hidden lg:flex">
<Searchbar />
</div>
)}
<div className="flex items-center justify-end flex-1 space-x-8">
<UserNav />
</div>