Merge branch 'main' into lighthouse-accessibility

This commit is contained in:
Lee Robinson 2023-07-25 12:39:12 -05:00 committed by GitHub
commit 4d02e3f915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export default async function Navbar() {
<Search /> <Search />
</div> </div>
<div className="flex justify-end md:w-1/3"> <div className="flex justify-end md:w-1/3">
<Suspense fallback={<OpenCart className="h-6" />}> <Suspense fallback={<OpenCart />}>
<Cart /> <Cart />
</Suspense> </Suspense>
</div> </div>