diff options
Diffstat (limited to 'components/Header.vue')
| -rw-r--r-- | components/Header.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/components/Header.vue b/components/Header.vue new file mode 100644 index 0000000..3d03c35 --- /dev/null +++ b/components/Header.vue @@ -0,0 +1,8 @@ +<template> + <section class="flex justify-between items-center py-4 px-8"> + <NuxtLink to="/" class="text-secondary text-4xl font-semibold">hiruki</NuxtLink> + <NuxtLink class="text-primary bg-secondary text-xl rounded-sm pb-1 px-1.5 hover:bg-opacity-75"> + <Icon name="heroicons-solid:magnifying-glass" /> + </NuxtLink> + </section> +</template>
\ No newline at end of file |