aboutsummaryrefslogtreecommitdiff
path: root/components/Header.vue
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-06 16:27:46 +0100
committerKenimarru <[email protected]>2024-01-06 16:27:46 +0100
commitcd5cafea59fd10c98ff12152b9e233a087cf9c0b (patch)
treec9212da5badcf911b897063315ec0c32525ddefa /components/Header.vue
parentv0.2.1 (diff)
downloadhiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.tar.xz
hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.zip
v0.2.2
Diffstat (limited to 'components/Header.vue')
-rw-r--r--components/Header.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/Header.vue b/components/Header.vue
index 3d03c35..18113f0 100644
--- a/components/Header.vue
+++ b/components/Header.vue
@@ -1,6 +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 to="/">
+ <h1 class="text-secondary text-4xl font-semibold">hiruki</h1>
+ </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>