From d641a204019080191db31605b6dfe47ec1bdbd11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Mar 2026 16:11:17 +0000 Subject: [PATCH 1/2] Initial plan From 124f8acc9cae79aded5783d4210be7165217e7a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Mar 2026 16:13:32 +0000 Subject: [PATCH 2/2] feat: remove tutecnicoweb link from footer Co-authored-by: baezor <3989321+baezor@users.noreply.github.com> Agent-Logs-Url: https://github.com/baezor/website/sessions/0361bbb7-0f2d-45a8-8fdb-9546fb6ad157 --- src/components/Footer.astro | 9 --------- src/i18n/ui.ts | 4 ---- 2 files changed, 13 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6a92c77..f3d7be4 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -36,9 +36,6 @@ const t = useTranslations(lang); | {t('nav.contact')}
- @@ -123,12 +120,6 @@ const t = useTranslations(lang); color: var(--color-accent); text-decoration: underline; } - - .footer-credit { - margin-top: 0.25rem; - font-size: 0.8rem; - } - .sr-only { position: absolute; width: 1px; diff --git a/src/i18n/ui.ts b/src/i18n/ui.ts index b758469..8ca0c77 100644 --- a/src/i18n/ui.ts +++ b/src/i18n/ui.ts @@ -182,10 +182,6 @@ export const ui = { en: 'Social media links', es: 'Enlaces de redes sociales', }, - 'footer.createdBy': { - en: 'Created by', - es: 'Creado por', - }, 'links.aria.connect': { en: 'Connect with Angel Baez', es: 'Conecta con Angel Baez',