From f70fe17c519e9482d818cb0106e1f9e62940f37d Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Tue, 16 Jun 2026 19:41:21 +0200 Subject: [PATCH] mail --- frontend/app/components/parts/ContactLinks.vue | 2 +- frontend/i18n/locales/ca.json | 2 +- frontend/i18n/locales/en.json | 2 +- frontend/i18n/locales/es.json | 2 +- frontend/i18n/locales/zh.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app/components/parts/ContactLinks.vue b/frontend/app/components/parts/ContactLinks.vue index 0405c23..b6b42f8 100644 --- a/frontend/app/components/parts/ContactLinks.vue +++ b/frontend/app/components/parts/ContactLinks.vue @@ -71,7 +71,7 @@ const { t } = useI18n() const links: SocialLink[] = [ { label: t('contact.email.label'), - href: 'mailto:aranseraroig@gmail.com', + href: 'mailto:aran@aranroig.com', description: t('contact.email.description'), icon: IconMail }, diff --git a/frontend/i18n/locales/ca.json b/frontend/i18n/locales/ca.json index 87fd78e..6bc2c21 100644 --- a/frontend/i18n/locales/ca.json +++ b/frontend/i18n/locales/ca.json @@ -48,7 +48,7 @@ "contact": { "email": { "label": "Correu", - "description": "aranseraroig{'@'}gmail.com (Aviat tendré el meu propi)" + "description": "aran{'@'}aranroig.com" }, "gitea": { "label": "Gitea", diff --git a/frontend/i18n/locales/en.json b/frontend/i18n/locales/en.json index d686249..2445975 100644 --- a/frontend/i18n/locales/en.json +++ b/frontend/i18n/locales/en.json @@ -48,7 +48,7 @@ "contact": { "email": { "label": "Email", - "description": "aranseraroig{'@'}gmail.com (Still pending to host my email)" + "description": "aran{'@'}aranroig.com" }, "gitea": { "label": "Gitea", diff --git a/frontend/i18n/locales/es.json b/frontend/i18n/locales/es.json index 3a235ef..91e70c3 100644 --- a/frontend/i18n/locales/es.json +++ b/frontend/i18n/locales/es.json @@ -48,7 +48,7 @@ "contact": { "email": { "label": "Correo", - "description": "aranseraroig{'@'}gmail.com (Pronto tendré mi propio correo)" + "description": "aran{'@'}aranroig.com" }, "gitea": { "label": "Gitea", diff --git a/frontend/i18n/locales/zh.json b/frontend/i18n/locales/zh.json index d5940f1..46e1f1a 100644 --- a/frontend/i18n/locales/zh.json +++ b/frontend/i18n/locales/zh.json @@ -48,7 +48,7 @@ "contact": { "email": { "label": "邮箱", - "description": "aranseraroig{'@'}gmail.com (还在等待托管个人邮箱)" + "description": "aran{'@'}aranroig.com" }, "gitea": { "label": "Gitea",