Skip to content

Commit

Permalink
change path no cart img
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Apr 18, 2024
1 parent 63490f2 commit 80dee11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ const buttonDisabled = computed(() => isCreating.value || cartIsEmpty.value)
v-if="!props.totalPrice && !orderId"
title="Cart is empty"
description="Could you please add at least one pair of sneakers to complete your order"
image-url="/package-icon.png"
image-url="/web-shop/package-icon.png"
/>
<InfoBlock
v-if="orderId"
title="Order is processed"
:description="`Your order #${orderId} will soon be transferred to the courier department`"
image-url="/order-success-icon.png"
image-url="/web-shop/order-success-icon.png"
/>
</div>

Expand Down

0 comments on commit 80dee11

Please sign in to comment.