rebrand to ghostwriter
This commit is contained in:
@@ -5,9 +5,11 @@ const { user, clear } = useUserSession();
|
||||
<template>
|
||||
<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-3 items-center">
|
||||
<NuxtImg src="/strivify.png" width="36" height="36" />
|
||||
<div class="font-bold text-xl tracking-tight">Strivify</div>
|
||||
<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>
|
||||
</div>
|
||||
<UDropdownMenu :items="[{ label: 'Log out', onSelect: () => clear() }]">
|
||||
<UAvatar
|
||||
|
||||
Reference in New Issue
Block a user