Skip to content

Commit

Permalink
style: adjust membership icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jul 20, 2024
1 parent 88cafee commit 8a1edeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/components/Home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</div>
<div class="mt-4 truncate">
<div class="flex gap-2">
<div class="text-3xl font-medium">{{ userStore.user?.username }}</div>
<span
v-if="userStore.isFounderMembership()"
class="i-ph-crown-simple-fill bg-yellow-400"
title="尊贵的创始会员,感谢您对 Earthworm 的大力支持!"
></span>
<div class="text-3xl font-medium">{{ userStore.user?.username }}</div>
</div>
<div class="text-md text-gray-400">
{{ userStore.user?.name }}
Expand Down

0 comments on commit 8a1edeb

Please sign in to comment.