Add support buttons

This commit is contained in:
2025-06-03 10:00:11 +03:00
parent 80fe63b82e
commit edb772489f
5 changed files with 31 additions and 7 deletions

View File

@@ -6,10 +6,10 @@ const { user, clear } = useUserSession();
<div class="w-full h-16 border-b-4 border-b-orange-500 flex">
<UContainer class="max-w-2xl flex justify-between items-center">
<div class="flex gap-2 items-center">
<NuxtImg src="/ghostwriter-logo.png" class="size-9" />
<div class="font-bold text-xl tracking-tight font-fira-code">
Ghostwriter
</div>
<NuxtImg src="/ghostwriter-logo.png" class="size-9" />
</div>
<UDropdownMenu :items="[{ label: 'Log out', onSelect: () => clear() }]">
<UAvatar