Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCorp committed Jul 15, 2024
1 parent 5f36672 commit 3f5716f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const currentLocale = computed({

<template>
<footer class="text-white">
<div class="bg-green-900 px-2 py-8 text-center md:text-left">
<div class="bg-green-900/95 px-2 py-8 text-center md:text-left">
<div class="mx-auto md:w-3/4 flex flex-col md:flex-row">
<div>
<h3 class="text-lg font-semibold text-white mb-2">{{ t('footer.legal') }}</h3>
<ul class="text-gray-300/95">
<li class="mb-2 hover:text-white">
<NuxtLinkLocale to="/legal/cookies-noticie">{{ t('footer.cookies') }}</NuxtLinkLocale>
<NuxtLinkLocale to="/legal/cookies-notice">{{ t('footer.cookies') }}</NuxtLinkLocale>
</li>
<li class="mb-2 hover:text-white">
<NuxtLinkLocale to="/legal/privacy-notice">{{ t('footer.privacy') }}</NuxtLinkLocale>
Expand Down

0 comments on commit 3f5716f

Please sign in to comment.