Skip to content

Commit 9e8da5a

Browse files
committed
chore: remove privacy and terms links from footer
1 parent 4b5f30f commit 9e8da5a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,8 @@ const footerLinks = [
9696

9797
<!-- Línea inferior -->
9898
<div class="border-t border-white/10 py-8">
99-
<div class="container mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-gray-400 font-inter tracking-wide">
99+
<div class="container mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-gray-400 font-inter tracking-wide text-center md:text-left">
100100
<p{currentYear} Festival Dängo. Todos los derechos reservados.</p>
101-
<div class="flex gap-6">
102-
<a href="#" class="hover:text-dango-pink transition-colors">Aviso de Privacidad</a>
103-
<a href="#" class="hover:text-dango-pink transition-colors">Términos y Condiciones</a>
104-
</div>
105101
</div>
106102
</div>
107103
</footer>

0 commit comments

Comments
 (0)