Skip to content

Commit

Permalink
fix: update button text to reflect loading of NFTs instead of MetaPins
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Nov 14, 2024
1 parent dc2b246 commit 7e1f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet/components/MetaID/MRC721List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const toMetaPinDetail = (metaPinId: string) => {
!isFetchingNextPage ? 'cursor-pointer hover:text-blue-500 hover:underline' : 'cursor-not-allowed',
]"
>
<span class="text-sm">Load more MetaPins</span>
<span class="text-sm">Load more NFTs</span>
<LoadingIcon v-if="isFetchingNextPage" class="!text-gray-primary" />
</div>
</div>
Expand Down

0 comments on commit 7e1f17b

Please sign in to comment.