diff --git a/components/cart/edit-item-quantity-button.tsx b/components/cart/edit-item-quantity-button.tsx index 3ef3cab18..a9c07b73b 100644 --- a/components/cart/edit-item-quantity-button.tsx +++ b/components/cart/edit-item-quantity-button.tsx @@ -51,9 +51,9 @@ export default function EditItemQuantityButton({ {isPending ? ( ) : type === 'plus' ? ( - + ) : ( - + )} ); diff --git a/components/icons/cart.tsx b/components/icons/cart.tsx index 173a0de97..e2212627c 100644 --- a/components/icons/cart.tsx +++ b/components/icons/cart.tsx @@ -11,7 +11,7 @@ export default function CartIcon({ icon?: string; }) { return ( -
+
{icon === 'close' ? ( ) : ( diff --git a/components/layout/navbar/mobile-menu.tsx b/components/layout/navbar/mobile-menu.tsx index 753d2349e..5a873c0c2 100644 --- a/components/layout/navbar/mobile-menu.tsx +++ b/components/layout/navbar/mobile-menu.tsx @@ -62,7 +62,7 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) { leaveFrom="translate-x-0" leaveTo="translate-x-[-100%]" > - +
-
+
{menu.length ? ( @@ -82,7 +82,7 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) {
  • {item.title} diff --git a/components/layout/navbar/search.tsx b/components/layout/navbar/search.tsx index c49306476..7d8e44cde 100644 --- a/components/layout/navbar/search.tsx +++ b/components/layout/navbar/search.tsx @@ -28,7 +28,7 @@ export default function Search() { return (
    -
    +
    diff --git a/components/layout/search/filter/dropdown.tsx b/components/layout/search/filter/dropdown.tsx index 2f38f0df7..02ed346f9 100644 --- a/components/layout/search/filter/dropdown.tsx +++ b/components/layout/search/filter/dropdown.tsx @@ -42,7 +42,7 @@ export default function FilterItemDropdown({ list }: { list: ListItem[] }) { onClick={() => { setOpenSelect(!openSelect); }} - className="flex items-center justify-between w-full px-4 py-2 text-sm border rounded border-black/30 dark:border-white/30" + className="flex w-full items-center justify-between rounded border border-black/30 px-4 py-2 text-sm dark:border-white/30" >
    {active}
    @@ -52,7 +52,7 @@ export default function FilterItemDropdown({ list }: { list: ListItem[] }) { onClick={() => { setOpenSelect(false); }} - className="absolute z-40 w-full p-4 bg-white shadow-md rounded-b-md dark:bg-black" + className="absolute z-40 w-full rounded-b-md bg-white p-4 shadow-md dark:bg-black" > {list.map((item: ListItem, i) => ( diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx index be92d6498..7ee154b57 100644 --- a/components/product/gallery.tsx +++ b/components/product/gallery.tsx @@ -51,7 +51,7 @@ export function Gallery({ )} {images.length > 1 ? ( -
    +