diff options
| author | Kenimarru <[email protected]> | 2024-01-07 21:14:24 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-07 21:14:24 +0100 |
| commit | 0b22af8fda2774487b8925db683448767650ed9e (patch) | |
| tree | 6ed6ce22a247ae313a6498fda3e6049e6e0d3908 /components/Header.vue | |
| parent | v0.2.5 (diff) | |
| download | hiruku-0b22af8fda2774487b8925db683448767650ed9e.tar.xz hiruku-0b22af8fda2774487b8925db683448767650ed9e.zip | |
v0.3.0
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" /> |