Format Header.vue component

main
TZGyn 2 years ago
parent 56b5fc49f3
commit ea6b95155d
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -1,21 +1,13 @@
<template> <template>
<div <div class="bg-secondary flex h-fit w-full flex-row items-center justify-center p-2">
class="bg-secondary flex h-fit w-full flex-row items-center justify-center p-2">
<div class="flex w-full max-w-3xl items-center justify-between gap-4"> <div class="flex w-full max-w-3xl items-center justify-between gap-4">
<div <div class="flex items-center gap-4 hover:cursor-pointer" @click="navigateTo('/notes')">
class="flex items-center gap-4 hover:cursor-pointer" <Icon class="text-blue-500" name="fa6-solid:book-open" />
@click="navigateTo('/notes')">
<Icon
class="text-blue-500"
name="fa6-solid:book-open" />
<p class="text-xl font-bold"> Notes </p> <p class="text-xl font-bold"> Notes </p>
</div> </div>
<div class="flex w-fit justify-end"> <div class="flex w-fit justify-end">
<Icon <Icon class="bg-secondary rounded-full hover:cursor-pointer" @click="navigateTo('/profile')"
class="bg-secondary rounded-full hover:cursor-pointer" name="fa6-solid:circle-user" size="36" />
@click="navigateTo('/profile')"
name="fa6-solid:circle-user"
size="36" />
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save