From 95d1912a92485d77ab8ae161a073e1a9d81b7df0 Mon Sep 17 00:00:00 2001 From: Mahlangu <69122375+unclebinary1001@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:54:21 -0500 Subject: [PATCH] change twitter label to x (#3846) --- models/socialHandle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/socialHandle.go b/models/socialHandle.go index 9c0aefd6a..500e5960d 100644 --- a/models/socialHandle.go +++ b/models/socialHandle.go @@ -105,7 +105,7 @@ func GetAllSocialHandles() map[string]SocialHandle { Icon: "/img/platformlogos/twitch.svg", }, "twitter": { - Platform: "Twitter", + Platform: "X", Icon: "/img/platformlogos/twitter.svg", }, "youtube": {