From 109d6dbf95be06e6a80281b4812aad2c00eabe5d Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Thu, 14 Jan 2021 09:40:32 +0100 Subject: [PATCH 1/3] Ajout de Twitter LET'S GO --- src/messages/fr.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/messages/fr.json b/src/messages/fr.json index 1aeea2f..2a876d8 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -100,6 +100,11 @@ "title" : "Telegram", "url" : "https://t.me/adamas_FR", "icon" : "icon-teleg" + }, + { + "title" : "Twitter", + "url" : "https://twitter.com/adamas_fr", + "icon" : "icon-twutter-square" } ] }, @@ -107,4 +112,4 @@ "legalNotice" : "Copyright © 2014 - 2021 Anthony Dumas. Tous droits réservés.", "darkThemeNotice" : "(Ceci est le thème sombre)" } -} \ No newline at end of file +} From 9e243dbd53ca4780953263f60361ef24f1513a18 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Thu, 14 Jan 2021 09:47:55 +0100 Subject: [PATCH 2/3] Correction icon Twitter --- src/messages/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/fr.json b/src/messages/fr.json index 2a876d8..356c871 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -104,7 +104,7 @@ { "title" : "Twitter", "url" : "https://twitter.com/adamas_fr", - "icon" : "icon-twutter-square" + "icon" : "icon-twitter-square" } ] }, From cd36f42dcecadbd0387141b179e9c418643e13da Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Thu, 14 Jan 2021 09:51:05 +0100 Subject: [PATCH 3/3] Correction icon Twitter --- src/messages/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/fr.json b/src/messages/fr.json index 356c871..52b647d 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -104,7 +104,7 @@ { "title" : "Twitter", "url" : "https://twitter.com/adamas_fr", - "icon" : "icon-twitter-square" + "icon" : "icon-twit" } ] },