This commit is contained in:
DecDuck
2024-10-04 15:35:03 +10:00
parent e52f072091
commit 1bd19ad917
9 changed files with 61 additions and 70 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<InlineWidget>
<div class="inline-flex items-center text-zinc-300 hover:text-white">
<img :src="userData.image" class="w-5 h-5 rounded-sm" />
<span class="ml-2 -mb-1 text-sm">{{ userData.name }}</span>
<span class="ml-2 -mb-1 text-sm font-bold">{{ userData.name }}</span>
<ChevronDownIcon class="ml-3 h-4" />
</div>
</InlineWidget>