diff --git a/src/assets/icons/addition.webp b/src/assets/icons/addition.webp new file mode 100644 index 0000000..e5b5319 Binary files /dev/null and b/src/assets/icons/addition.webp differ diff --git a/src/assets/icons/cross.webp b/src/assets/icons/cross.webp new file mode 100644 index 0000000..bf9738f Binary files /dev/null and b/src/assets/icons/cross.webp differ diff --git a/src/assets/icons/menu.webp b/src/assets/icons/menu.webp new file mode 100644 index 0000000..aa9e3ff Binary files /dev/null and b/src/assets/icons/menu.webp differ diff --git a/src/assets/icons/subtract.webp b/src/assets/icons/subtract.webp new file mode 100644 index 0000000..3eca66b Binary files /dev/null and b/src/assets/icons/subtract.webp differ diff --git a/src/components/menu/bingsu-menu-modal.vue b/src/components/menu/bingsu-menu-modal.vue index 0b89873..9541bd6 100644 --- a/src/components/menu/bingsu-menu-modal.vue +++ b/src/components/menu/bingsu-menu-modal.vue @@ -6,7 +6,7 @@ import { useMenuStore, type CartItemBingsu, } from "@/stores/useMenuStore"; -import { getImageUrlForMenu } from "@/util/image"; +import { getImageUrl } from "@/util/image"; import { computed, ref } from "vue"; const props = defineProps({ @@ -143,11 +143,23 @@ function handleBingsuConfirmation() { - Image of bingsu that Binq has specially created + + + + + Image of bingsu that Binq has specially created + +
import { MenuItemType } from "@/components/menu/menu-item-type"; import { useMenuStore, type CartItemDrinks } from "@/stores/useMenuStore"; -import { getImageUrlForMenu } from "@/util/image"; +import { getImageUrl } from "@/util/image"; import { computed, ref } from "vue"; const props = defineProps({ @@ -126,11 +126,23 @@ function handleDrinksConfirmation() {
- Image of drinks that Binq has specially created + + + + + Image of drinks that Binq has specially created + +
- Items available on Binq's menu. It includes drinks, bingsu  sets and a variety of toppings - Items available on Binq's menu. It includes drinks, bingsu  sets and a variety of toppings + class="w-[160px] h-full" + > + + + Items available on Binq's menu. It includes drinks, bingsu  sets and a variety of toppings + + + + + + Items available on Binq's menu. It includes drinks, bingsu  sets and a variety of toppings +