diff options
Diffstat (limited to 'components/Header.vue')
| -rw-r--r-- | components/Header.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Header.vue b/components/Header.vue index 18113f0..dc33d66 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -1,7 +1,7 @@ <template> <section class="flex justify-between items-center py-4 px-8"> <NuxtLink to="/"> - <h1 class="text-secondary text-4xl font-semibold">hiruki</h1> + <h1 class="text-secondary text-4xl font-bold">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" /> |