Skip to content

Commit

Permalink
update twitter username
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasumisama committed Sep 26, 2024
1 parent 038e5d3 commit 6063d1e
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions client/src/content/socials.js
Original file line number Diff line number Diff line change
@@ -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",
},
];

0 comments on commit 6063d1e

Please sign in to comment.