diff --git a/src/components/molecules/ShopLocationSwitcher.svelte b/src/components/molecules/ShopLocationSwitcher.svelte new file mode 100644 index 0000000..c6529b9 --- /dev/null +++ b/src/components/molecules/ShopLocationSwitcher.svelte @@ -0,0 +1,33 @@ + + +
+
Shop your city
+
+ + + + +
+
\ No newline at end of file diff --git a/src/components/organisms/Cart.svelte b/src/components/organisms/Cart.svelte index e0101f4..9fa4b06 100644 --- a/src/components/organisms/Cart.svelte +++ b/src/components/organisms/Cart.svelte @@ -6,8 +6,7 @@ // Components import Button from '$components/atoms/Button.svelte' import CartItem from '$components/molecules/CartItem.svelte' - - let open = false + import ShopLocationSwitcher from '$components/molecules/ShopLocationSwitcher.svelte' onMount(async () => { @@ -99,6 +98,13 @@ {#if $cartOpen} +
+ +
+