Skip to content

Commit

Permalink
Merge pull request kodadot#10716 from kodadot/fix--use-img-tag-on-dro…
Browse files Browse the repository at this point in the history
…p-page

fix: use img tag avatar drop page
  • Loading branch information
vikiival authored Aug 1, 2024
2 parents ba0edfe + 5f7923c commit d7fc001
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
>
<div class="flex flex-col items-start max-md:mb-8 md:h-[212px]">
<div class="collection-banner-avatar">
<NuxtImg
<img
v-if="image"
height="88"
densities="2x"
:src="image"
alt="avatar"
class="object-cover"
/>
height="88px"
>
</div>
<h1
class="collection-banner-name mt-5 text-3xl md:text-4xl font-bold text-text-color-inverse"
Expand Down

0 comments on commit d7fc001

Please sign in to comment.