aboutsummaryrefslogtreecommitdiff
path: root/components/Footer.vue
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-08 07:41:35 +0100
committerKenimarru <[email protected]>2024-01-08 07:41:35 +0100
commitd04ad39203144ff04c826c8d1992e0d7b59f8bc4 (patch)
tree5bf4561f29b4a7a28eb59935012d7f636774d2d0 /components/Footer.vue
parentv0.3.0 (diff)
downloadhiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.tar.xz
hiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.zip
v0.3.1
Diffstat (limited to 'components/Footer.vue')
-rw-r--r--components/Footer.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Footer.vue b/components/Footer.vue
index 5bd4016..ac4fb03 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -1,8 +1,8 @@
<template>
- <section class="flex justify-between items-center py-4 px-8">
+ <section class="flex justify-between items-center p-4">
<p class="text-primary">©{{ currentYear }}. Hiruki</p>
<div class="flex items-center gap-2">
- <NuxtLink to="https://github.com/Kenimarru/hiruki" target="_blank"
+ <NuxtLink to="https://github.com/Kenimarru/hiruki" target="_blank" external
class="text-primary bg-secondary text-xl rounded-sm pb-1 px-1.5 hover:bg-opacity-75">
<Icon name="eva:github-fill" />
</NuxtLink>