diff options
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index d5ca5cb..0bb0570 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -17,7 +17,7 @@ const t = useTranslations(Astro.currentLocale); {t.footer.sourceCodeAvailableOn} <a href="https://github.com/arielcostas/costasdev">GitHub</a> {t.footer.andIsLicencedUnder} <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12" - >{t.footer.eupl} 1.2</a + >{t.footer.eupl} 1.2</a> </p> </footer> |
