Skip to content

Commit

Permalink
apparently, it wasn't very unnecessary >_<
Browse files Browse the repository at this point in the history
  • Loading branch information
exrem committed Dec 12, 2023
1 parent 2b50809 commit 7fe4939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { data } = await useFetch('/api/spotify/playing')
<footer class='flex flex-col mt-12 p-12 bg-black text-white'>
<div class='flex flex-col gap-24 xl:flex-row'>
<div class='flex flex-col gap-4'>
<h1 class='font-extrabold text-3xl'>{{ $t('footer.name') }}</h1>
<h1 class='font-extrabold text-3xl'>Äkräm Ca'fär</h1>
<div class='flex items-start gap-2' v-if="data">
<Icon class='w-auto h-5' name='simple-icons:spotify' />
<div class='flex flex-col'>
Expand All @@ -17,7 +17,7 @@ const { data } = await useFetch('/api/spotify/playing')
<span v-else>{{ $t('footer.not-listening') }}</span>
</div>
<div class='flex flex-col gap-1'>
<h1 class='text-xl font-bold'>Äkräm Cä'fär</h1>
<h1 class='text-xl font-bold'>{{ $t('footer.name') }}</h1>
<NuxtLink class='underline-offset-4 hover:underline' to='/'>{{ $t('title./') }}</NuxtLink>
<NuxtLink class='underline-offset-4 hover:underline' to='/about'>{{ $t('title./about') }}</NuxtLink>
<NuxtLink class='underline-offset-4 hover:underline' to='/contact'>{{ $t('title./contact') }}</NuxtLink>
Expand Down
3 changes: 3 additions & 0 deletions i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineI18nConfig(() => ({
'external': 'Xarici keçidlär',
'github': 'GitHub-da açıq mänbä\' olaraq älçatandır.',
'listening': 'Qulaq asıram:',
'name': 'Äkräm Cä\'fär',
'not-listening': 'İndi heç näyä qulaq asmıram.'
},
'landing': {
Expand Down Expand Up @@ -48,6 +49,7 @@ export default defineI18nConfig(() => ({
'external': 'External links',
'github': 'Available on GitHub as open source.',
'listening': 'I am listening to:',
'name': 'Akram Jafar',
'not-listening': 'Currently not listening to anything.'
},
'landing': {
Expand Down Expand Up @@ -76,6 +78,7 @@ export default defineI18nConfig(() => ({
'external': 'Dış bağlantılar',
'github': 'GitHub\'da açık kaynak olarak mevcut.',
'listening': 'Şu an dinliyorum:',
'name': 'Ekrem Cafer',
'not-listening': 'Şu an hiçbir şey dinlemiyorum.'
},
'landing': {
Expand Down

0 comments on commit 7fe4939

Please sign in to comment.