chore: username display

This commit is contained in:
Anthony Fu 2022-11-21 21:45:09 +08:00
parent eb3f0655eb
commit 2ef2e97a30

View file

@ -25,9 +25,7 @@ const createdAt = $computed(() => {
</NuxtLink> </NuxtLink>
</div> </div>
<NuxtLink flex flex-col :to="`/@${account.acct}`"> <NuxtLink flex flex-col :to="`/@${account.acct}`">
<h4 font-bold> <CommonRichContent font-bold :content="account.displayName" />
{{ account.displayName }}
</h4>
<p op50> <p op50>
@{{ account.acct }} @{{ account.acct }}
</p> </p>
@ -39,7 +37,7 @@ const createdAt = $computed(() => {
Follow Follow
</div> </div>
</button> </button>
<button flex gap-1 items-center w-full rounded op75 hover="op100 text-purple" group> <!-- <button flex gap-1 items-center w-full rounded op75 hover="op100 text-purple" group>
<div rounded p2 group-hover="bg-rose/10"> <div rounded p2 group-hover="bg-rose/10">
<div i-ri:bell-line /> <div i-ri:bell-line />
</div> </div>
@ -48,7 +46,7 @@ const createdAt = $computed(() => {
<div rounded p2 group-hover="bg-purple/10"> <div rounded p2 group-hover="bg-purple/10">
<div i-ri:more-2-fill /> <div i-ri:more-2-fill />
</div> </div>
</button> </button> -->
</div> </div>
</div> </div>
<div> <div>