From 4c0096d56bef6870e01b842eec458cd996e16947 Mon Sep 17 00:00:00 2001 From: Settoshi Tonami Date: Thu, 19 Oct 2023 10:40:13 +0200 Subject: [PATCH] fix: Replace Telegram with GitHub in quicklinks (#125) * Replace Telegram with github There was an ambition to progressively move away from telegram, and since all three of those are bridged anyways, i think it makes sense to have GitHub as a quicklink. This being one of the prime methods of communication for devs. Signed-off-by: Settoshi Tonami * Update quicklinks.json typo Signed-off-by: Settoshi Tonami --------- Signed-off-by: Settoshi Tonami --- src/content/social/quicklinks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/social/quicklinks.json b/src/content/social/quicklinks.json index 2a53f26..de56b27 100644 --- a/src/content/social/quicklinks.json +++ b/src/content/social/quicklinks.json @@ -1,7 +1,7 @@ [ { - "link": "https://socials.dyne.org/telegram", - "cta": "Telegram" + "link": "https://socials.dyne.org/github", + "cta": "GitHub" }, { "link": "https://socials.dyne.org/discord",