Skip to content

Commit

Permalink
🔀 Merge #2002 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Jan 9, 2025
2 parents 2159b1a + 1da56ca commit a5bdc21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
7 changes: 4 additions & 3 deletions src/components/NFTPage/CollectorMessageList/Identity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
:is-avatar-outlined="isUserCivicLiker"
/>
<div>
<p class="text-like-green hover:underline" align="center">
{{ formattedUserDisplayNameFull }}
</p>
<p
class="text-like-green hover:underline"
v-text="formattedUserDisplayNameFull"
/>
</div>
</component>
</template>
Expand Down
21 changes: 5 additions & 16 deletions src/components/NFTPage/CollectorMessageList/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,11 @@
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="10" cy="10" r="9.5" fill="#F7F7F7" stroke="#E1E1E1" />
<g opacity="0.5" clip-path="url(#clip0_2298_5781)">
<path
d="M5.2658 8.70773L8.70338 5.73928C9.00428 5.47941 9.47851 5.69037 9.47851 6.09404V7.65758C12.6158 7.69349 15.1035 8.32226 15.1035 11.2954C15.1035 12.4954 14.3304 13.6843 13.4759 14.3058C13.2093 14.4998 12.8292 14.2563 12.9275 13.9419C13.8132 11.1097 12.5075 10.3578 9.47851 10.3142V12.0312C9.47851 12.4355 9.0039 12.6456 8.70338 12.386L5.2658 9.41726C5.04957 9.23051 5.04927 8.89474 5.2658 8.70773Z"
fill="#9B9B9B"
/>
</g>
<defs>
<clipPath id="clip0_2298_5781">
<rect
width="10"
height="10"
fill="white"
transform="translate(5.10352 5)"
/>
</clipPath>
</defs>
<path
d="M5.2658 8.70773L8.70338 5.73928C9.00428 5.47941 9.47851 5.69037 9.47851 6.09404V7.65758C12.6158 7.69349 15.1035 8.32226 15.1035 11.2954C15.1035 12.4954 14.3304 13.6843 13.4759 14.3058C13.2093 14.4998 12.8292 14.2563 12.9275 13.9419C13.8132 11.1097 12.5075 10.3578 9.47851 10.3142V12.0312C9.47851 12.4355 9.0039 12.6456 8.70338 12.386L5.2658 9.41726C5.04957 9.23051 5.04927 8.89474 5.2658 8.70773Z"
fill="#9B9B9B"
opacity="0.5"
/>
</svg>
</div>
</NuxtLink>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/nft/class/_classId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
>
<ProgressIndicator preset="thin" />
</div>
<div v-else>
<template v-else>
<div
class="flex items-center justify-between mb-[24px] px-[16px] laptop:px-0 sm:px-[32px]"
>
Expand Down Expand Up @@ -230,7 +230,7 @@
<div :class="[overlayClasses, 'bg-gradient-to-r']" />
<div :class="[overlayClasses, 'bg-gradient-to-l']" />
</div>
</div>
</template>
</section>

<NFTBookSignatureBanner
Expand Down

0 comments on commit a5bdc21

Please sign in to comment.