From 999476cdd5a5b64a1f1dcc281ac6dc71802fc9c9 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Fri, 7 Jul 2023 14:37:08 +0200 Subject: [PATCH] fix mastodon verification (#56) * Update index.html * Update fr.json * Update en.json --- public/index.html | 4 ++-- src/messages/en.json | 2 +- src/messages/fr.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 6dd8739..303f5a0 100644 --- a/public/index.html +++ b/public/index.html @@ -54,10 +54,10 @@ > pour une version PDF. - Pour me parler directement, n'hésitez pas à m'envoyer un message sur Mastodon! + Pour me parler directement, n'hésitez pas à m'envoyer un message sur Mastodon!
- Mastodon + Mastodon diff --git a/src/messages/en.json b/src/messages/en.json index 7e9c2a5..0a680f6 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -111,7 +111,7 @@ }, { "title": "Mastodon", - "url": "https://imaginair.es/@adamas", + "url": "https://social.adm.ink/@adamas", "icon": "logo-mastodon", "aria-label": "Mastodon" } diff --git a/src/messages/fr.json b/src/messages/fr.json index 22ffc84..f26cad7 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -126,7 +126,7 @@ }, { "title": "Mastodon", - "url": "https://imaginair.es/@adamas", + "url": "https://social.adm.ink/@adamas", "icon": "logo-mastodon", "aria-label": "Mastodon" }