From e3141794b95e534656427fadf0354435c62254d6 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 10 Apr 2025 21:42:41 +0200 Subject: Fix formatting --- src/partials/Footer.astro | 72 +++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 33 deletions(-) (limited to 'src/partials/Footer.astro') diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 0bb0570..2265576 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -1,43 +1,49 @@ --- -import { useTranslations } from "../i18n" +import { useTranslations } from "../i18n"; const t = useTranslations(Astro.currentLocale); --- -- cgit v1.3