From f6835019cd6bab0302e2b11aae60ab9c5681390a Mon Sep 17 00:00:00 2001 From: Adrien Allard Date: Mon, 30 Jun 2025 17:02:47 +0200 Subject: [PATCH] feat: remove threads from social links --- src/lib/social_links.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/social_links.html b/src/lib/social_links.html index b1633de..055ffe1 100644 --- a/src/lib/social_links.html +++ b/src/lib/social_links.html @@ -10,7 +10,6 @@ {{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }} {{ social_link('Mastodon', 'mastodon-fill.svg', 'https://mastodon.social/@frogcollective') }} {{ social_link('Bluesky', 'bluesky-fill.svg', 'https://bsky.app/profile/frogcollective.bsky.social') }} -{{ social_link('Threads', 'threads-fill.svg', 'https://www.threads.net/@frogcogames') }} {{ social_link('Instagram', 'instagram-fill.svg', 'https://www.instagram.com/frogcogames/') }} {{ social_link('Twitter - X', 'twitter-x-line.svg', 'https://x.com/FrogCoGames') }}