Skip to content

Commit

Permalink
Update ChatPost.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed May 30, 2024
1 parent ae321c0 commit 5b41fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chat/ChatPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<div class="card col-md-6">
<NuxtLink :to="'/nft/collection?id='+collection.address" class="text-decoration-none text-reset">
<Image :url="collection?.image" :alt="collection?.name" cls="card-img-top" />
<Image :url="collection?.image" :alt="collection?.name" cls="card-img-top preview-card-img" />

<div class="card-body bg-body rounded-bottom-3 border-end border-bottom border-start">
<h5 class="card-title text-break">{{ collection?.name }}</h5>
Expand Down

0 comments on commit 5b41fae

Please sign in to comment.