diff --git a/app/error.tsx b/app/error.tsx index e0a7416a3..80b32a42a 100644 --- a/app/error.tsx +++ b/app/error.tsx @@ -2,7 +2,7 @@ export default function Error({ reset }: { reset: () => void }) { return ( -
+

Oh no!

There was an issue with our storefront. This could be a temporary issue, please try your diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx index a23f60e68..049f7bcfb 100644 --- a/app/product/[handle]/page.tsx +++ b/app/product/[handle]/page.tsx @@ -82,9 +82,9 @@ export default async function ProductPage({ params }: { params: { handle: string }} />

-
+
- } diff --git a/app/search/layout.tsx b/app/search/layout.tsx index 24d1480d3..011d41e8b 100644 --- a/app/search/layout.tsx +++ b/app/search/layout.tsx @@ -7,7 +7,7 @@ import { Suspense } from 'react'; export default function SearchLayout({ children }: { children: React.ReactNode }) { return ( -
+
diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index aee2f7a47..a30818940 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -64,7 +64,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { leaveFrom="translate-x-0" leaveTo="translate-x-full" > - +

My Cart

diff --git a/components/layout/footer-menu.tsx b/components/layout/footer-menu.tsx index 4f6387edd..444406294 100644 --- a/components/layout/footer-menu.tsx +++ b/components/layout/footer-menu.tsx @@ -19,7 +19,7 @@ const FooterMenuItem = ({ item }: { item: Menu }) => { -
+
- + {SITE_NAME} diff --git a/components/layout/navbar/index.tsx b/components/layout/navbar/index.tsx index 294b805a0..f7d2f6af9 100644 --- a/components/layout/navbar/index.tsx +++ b/components/layout/navbar/index.tsx @@ -15,9 +15,10 @@ export default async function Navbar() { return (
@@ -42,7 +43,7 @@ export default async function Navbar() { ) : null}
- }> + }>
diff --git a/components/layout/navbar/mobile-menu.tsx b/components/layout/navbar/mobile-menu.tsx index b913a23b9..9091f93d3 100644 --- a/components/layout/navbar/mobile-menu.tsx +++ b/components/layout/navbar/mobile-menu.tsx @@ -35,7 +35,7 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) { @@ -72,7 +72,7 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) {
- }> + }>
diff --git a/components/layout/navbar/search.tsx b/components/layout/navbar/search.tsx index 100605204..551d781c2 100644 --- a/components/layout/navbar/search.tsx +++ b/components/layout/navbar/search.tsx @@ -54,4 +54,4 @@ export function SearchSkeleton() {
); -} \ No newline at end of file +} diff --git a/components/layout/search/filter/index.tsx b/components/layout/search/filter/index.tsx index 51869c24e..e5b102fbf 100644 --- a/components/layout/search/filter/index.tsx +++ b/components/layout/search/filter/index.tsx @@ -21,18 +21,20 @@ export default function FilterList({ list, title }: { list: ListItem[]; title?: <> ); diff --git a/components/product/product-description.tsx b/components/product/product-description.tsx index 8c1e69cda..10232ae3d 100644 --- a/components/product/product-description.tsx +++ b/components/product/product-description.tsx @@ -28,7 +28,7 @@ export function ProductDescription({ product }: { product: Product }) { /> ) : null} - +