Skip to content

Commit

Permalink
fix: icon class
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Nov 21, 2023
1 parent d5b9047 commit 955a591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@click="onClickShoppingCart">
<NeoIcon
size="medium"
class="is-flex is-align-items-center is-justify-content-center"
class="icon"
:icon="
shoppingCartStore.isItemInCart(nft.id)
? 'fa-striked-out-cart-shopping'
Expand Down
2 changes: 1 addition & 1 deletion components/items/ItemsGrid/ItemsGridImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class="fixed-width p-1 no-border-left btn-height override-wrapper-width"
@click.prevent="onClickShoppingCart">
<NeoIcon
class="is-flex is-align-items-center is-justify-content-center"
class="icon"
:icon="
shoppingCartStore.isItemInCart(nft.id)
? 'fa-striked-out-cart-shopping'
Expand Down
2 changes: 1 addition & 1 deletion components/items/ItemsGrid/ItemsGridImageTokenEntity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class="fixed-width p-1 no-border-left btn-height override-wrapper-width"
@click.prevent="onClickShoppingCart">
<NeoIcon
class="is-flex is-align-items-center is-justify-content-center"
class="icon"
:icon="
shoppingCartStore.isItemInCart(nftForShoppingCart.id)
? 'fa-striked-out-cart-shopping'
Expand Down

0 comments on commit 955a591

Please sign in to comment.