work-hub-server/apps/web/app/components/AppHeader.vue

16 lines
324 B
Vue

<template>
<UHeader>
<template #left>
<NuxtLink to="/">
<AppLogo class="w-auto h-6 shrink-0" />
</NuxtLink>
<UButton to="/projects" label="Projects" color="neutral" variant="ghost" />
</template>
<template #right>
<UColorModeButton />
</template>
</UHeader>
</template>