From fb21015f9952b22609c250d70246f22976cf2719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 11 Jun 2023 22:41:01 +0200 Subject: [PATCH] feat: add global Toast with 10% offer for posters --- .../src/components/organisms/Cart.svelte | 2 +- apps/website/src/routes/+layout.svelte | 32 +++++++++++++++++++ apps/website/src/style/organisms/_cart.scss | 5 +++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/apps/website/src/components/organisms/Cart.svelte b/apps/website/src/components/organisms/Cart.svelte index 58a38c0..792fbe7 100644 --- a/apps/website/src/components/organisms/Cart.svelte +++ b/apps/website/src/components/organisms/Cart.svelte @@ -132,7 +132,7 @@ {/if}
-

Free shipping worldwide!

+

Save 10% on your order with the code WORLDCITIZEN. Free shipping.

{#if $cartData && $cartAmount > 0 && $cartData.checkout_url}