Skip to content

Commit 3480302

Browse files
authored
Merge pull request ava-labs#161 from ava-labs/dev
Remove placeholder img
2 parents 73f3085 + 163d6b3 commit 3480302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/wallet/portfolio/Collectibles.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
></CollectibleFamilyRow>
99
</div>
1010
<div class="coming_soon" v-else>
11-
<img v-if="$root.theme === 'day'" src="@/assets/nft_preview.png" />
12-
<img v-else src="@/assets/nft_preview_night.png" />
11+
<!-- <img v-if="$root.theme === 'day'" src="@/assets/nft_preview.png" />-->
12+
<!-- <img v-else src="@/assets/nft_preview_night.png" />-->
1313
<p>{{ $t('portfolio.nobalance_nft') }}</p>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)