Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
335: Empty cart icon is not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Smyrek committed Apr 23, 2020
1 parent 8c0c057 commit 89d4089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/o-microcart-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div v-else key="empty-cart" class="empty-cart">
<div class="empty-cart__banner">
<SfImage
src="@storefront-ui/shared/icons/empty_cart.svg"
:src="require('@storefront-ui/shared/icons/empty_cart.svg')"
:alt="$t('Your bag is empty')"
class="empty-cart__image"
/>
Expand Down

0 comments on commit 89d4089

Please sign in to comment.