diff --git a/app/favicon.ico b/app/favicon.ico index dc7d8431e..b67557ee2 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/components/cart/add-to-cart.tsx b/components/cart/add-to-cart.tsx index 5e7afbff9..d438f02d9 100644 --- a/components/cart/add-to-cart.tsx +++ b/components/cart/add-to-cart.tsx @@ -17,7 +17,7 @@ function SubmitButton({ }) { const { pending } = useFormStatus(); const buttonClasses = - 'relative flex w-full items-center justify-center rounded-full bg-blue-600 p-4 tracking-wide text-white'; + 'relative flex w-full items-center justify-center rounded-md bg-0-fern_green-400 p-4 tracking-wide text-white'; const disabledClasses = 'cursor-not-allowed opacity-60 hover:opacity-60'; if (!availableForSale) { diff --git a/components/grid/tile.tsx b/components/grid/tile.tsx index f79a459f4..c70345dd6 100644 --- a/components/grid/tile.tsx +++ b/components/grid/tile.tsx @@ -20,10 +20,10 @@ export function GridTileImage({ return (
{ctaText3}

- + Shop diff --git a/components/label.tsx b/components/label.tsx index 113afacb0..db6efd622 100644 --- a/components/label.tsx +++ b/components/label.tsx @@ -18,10 +18,10 @@ const Label = ({ 'lg:px-20 lg:pb-[35%]': position === 'center' })} > -
+

{title}

{product.title}

-
+