diff options
| author | Kenimarru <[email protected]> | 2024-01-06 16:27:46 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-06 16:27:46 +0100 |
| commit | cd5cafea59fd10c98ff12152b9e233a087cf9c0b (patch) | |
| tree | c9212da5badcf911b897063315ec0c32525ddefa /components/Header.vue | |
| parent | v0.2.1 (diff) | |
| download | hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.tar.xz hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.zip | |
v0.2.2
Diffstat (limited to 'components/Header.vue')
| -rw-r--r-- | components/Header.vue | 4 |
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> |