From 6063d1e55459b6488299ec3724d9dd7a3c16b0b7 Mon Sep 17 00:00:00 2001 From: Kasumiikun <13593112+Kasumisama@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:11:48 +0200 Subject: [PATCH] update twitter username --- client/src/content/socials.js | 102 +++++++++++++++++----------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/client/src/content/socials.js b/client/src/content/socials.js index f0dd614a..d28fee96 100644 --- a/client/src/content/socials.js +++ b/client/src/content/socials.js @@ -1,51 +1,51 @@ -import { - faBandcamp, - faDiscord, - faTwitch, - faTwitter, - faYoutube, -} from "@fortawesome/free-brands-svg-icons"; - -// Social media button informations that will be displayed in the home screen -export default [ - { - smallText: "Listen to our", - largeText: "Bandcamp", - fontAwesomeIcon: faBandcamp, - gradientColor1: "rgba(27, 159, 194, 0.5)", - gradientColor2: "rgba(27, 159, 194, 0.25)", - link: "https://gtsosu.bandcamp.com/", - }, - { - smallText: "Find us on", - largeText: "Twitter", - fontAwesomeIcon: faTwitter, - gradientColor1: "rgba(29, 161, 242, 0.5)", - gradientColor2: "rgba(29, 161, 242, 0.25)", - link: "https://twitter.com/GTSosu", - }, - { - smallText: "Join our", - largeText: "Discord Server", - fontAwesomeIcon: faDiscord, - gradientColor1: "rgba(99, 112, 244, 0.5)", - gradientColor2: "rgba(99, 112, 244, 0.25)", - link: "https://discord.gg/3mGC3HB", - }, - { - smallText: "Check out our", - largeText: "Twitch Channel", - fontAwesomeIcon: faTwitch, - gradientColor1: "rgba(141, 68, 247, 0.5)", - gradientColor2: "rgba(141, 68, 247, 0.25)", - link: "https://twitch.tv/gtsosu", - }, - { - smallText: "Have a look at our", - largeText: "Youtube Channel", - fontAwesomeIcon: faYoutube, - gradientColor1: "rgba(255, 0, 0, 0.5)", - gradientColor2: "rgba(255, 0, 0, 0.25)", - link: "https://www.youtube.com/channel/UCuAkgxBGhYAZ7txDsHrNz0w", - }, -]; +import { + faBandcamp, + faDiscord, + faTwitch, + faTwitter, + faYoutube, +} from "@fortawesome/free-brands-svg-icons"; + +// Social media button informations that will be displayed in the home screen +export default [ + { + smallText: "Listen to our", + largeText: "Bandcamp", + fontAwesomeIcon: faBandcamp, + gradientColor1: "rgba(27, 159, 194, 0.5)", + gradientColor2: "rgba(27, 159, 194, 0.25)", + link: "https://gtsosu.bandcamp.com/", + }, + { + smallText: "Find us on", + largeText: "Twitter", + fontAwesomeIcon: faTwitter, + gradientColor1: "rgba(29, 161, 242, 0.5)", + gradientColor2: "rgba(29, 161, 242, 0.25)", + link: "https://twitter.com/staff_gts", + }, + { + smallText: "Join our", + largeText: "Discord Server", + fontAwesomeIcon: faDiscord, + gradientColor1: "rgba(99, 112, 244, 0.5)", + gradientColor2: "rgba(99, 112, 244, 0.25)", + link: "https://discord.gg/3mGC3HB", + }, + { + smallText: "Check out our", + largeText: "Twitch Channel", + fontAwesomeIcon: faTwitch, + gradientColor1: "rgba(141, 68, 247, 0.5)", + gradientColor2: "rgba(141, 68, 247, 0.25)", + link: "https://twitch.tv/gtsosu", + }, + { + smallText: "Have a look at our", + largeText: "Youtube Channel", + fontAwesomeIcon: faYoutube, + gradientColor1: "rgba(255, 0, 0, 0.5)", + gradientColor2: "rgba(255, 0, 0, 0.25)", + link: "https://www.youtube.com/channel/UCuAkgxBGhYAZ7txDsHrNz0w", + }, +];