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

Commit

Permalink
Merge pull request #340 from psmyrek/335/empty-cart-icon-is-not-displ…
Browse files Browse the repository at this point in the history
…ayed

'Empty cart' icon is not displayed
  • Loading branch information
qiqqq authored Apr 24, 2020
2 parents 1035802 + 89d4089 commit d8c125f
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 @@ -52,7 +52,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 d8c125f

Please sign in to comment.