Skip to content

Commit

Permalink
Merge pull request ava-labs#161 from ava-labs/dev
Browse files Browse the repository at this point in the history
Remove placeholder img
  • Loading branch information
kanatliemre authored Feb 11, 2021
2 parents 73f3085 + 163d6b3 commit 3480302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/wallet/portfolio/Collectibles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
></CollectibleFamilyRow>
</div>
<div class="coming_soon" v-else>
<img v-if="$root.theme === 'day'" src="@/assets/nft_preview.png" />
<img v-else src="@/assets/nft_preview_night.png" />
<!-- <img v-if="$root.theme === 'day'" src="@/assets/nft_preview.png" />-->
<!-- <img v-else src="@/assets/nft_preview_night.png" />-->
<p>{{ $t('portfolio.nobalance_nft') }}</p>
</div>
</div>
Expand Down

0 comments on commit 3480302

Please sign in to comment.