feat: remove twitch, twitter, meta

This commit is contained in:
2025-01-21 22:00:25 -08:00
parent a66c296b9b
commit 9f84fbc4d9
4 changed files with 60 additions and 54 deletions

View File

@ -21,7 +21,6 @@ export const NavItems = [
{ href: "/art", text: "Art of Naomi" },
{ href: "/manifesto", text: "Transfemme Manifesto" },
{ href: "/ask", text: "Ask Me Anything!" },
{ href: "/play", text: "Play with Naomi" },
{ href: "/tech", text: "Technologies" },
{ href: "/contribute", text: "Contribute to our Projects" },
{ href: "/koikatsu", text: "Koikatsu Scenes" },
@ -34,6 +33,7 @@ export const NavItems = [
{ href: "https://merch.nhcarrigan.link", text: "Merchandise" },
{ href: "https://docs.nhcarrigan.com", text: "Documentation" },
{ href: "https://chat.nhcarrigan.com", text: "Support" },
{ href: "/apply", text: "Staff Application" },
].sort((a, b) => {
return a.text.localeCompare(b.text);
});

View File

@ -11,7 +11,6 @@ import {
faGithub,
faGooglePlus,
faHashnode,
faInstagram,
faItchIo,
faLinkedinIn,
faMastodon,
@ -26,15 +25,11 @@ import {
faSteam,
faStripe,
faTelegramPlane,
faThreads,
faTiktok,
faTumblr,
faTwitch,
faWhatsapp,
faWordpress,
faYoutube,
faSnapchat,
faXTwitter,
} from "@fortawesome/free-brands-svg-icons";
import {
faAtom,
@ -240,14 +235,6 @@ const Socials: Array<{
label: "Mastodon",
link: "https://mastodon.social/@naomi_lgbt",
},
{
alt: "X Logo",
background: "#1DA1F2",
color: "#FFFFFF",
icon: faXTwitter,
label: "X (Twitter)",
link: "https://x.com/naomi_lgbt",
},
{
alt: "Steam Logo",
background: "#1b2838",
@ -256,14 +243,6 @@ const Socials: Array<{
label: "Steam",
link: "https://steamcommunity.com/id/naomi-lgbt/",
},
{
alt: "Twitch Logo",
background: "#6441A4",
color: "#FFFFFF",
icon: faTwitch,
label: "Twitch",
link: "https://www.twitch.tv/naomilgbt/",
},
{
alt: "How Long to Beat Logo",
background: "#333333",
@ -480,14 +459,6 @@ const Socials: Array<{
label: "Telegram",
link: "https://t.me/naomi_lgbt",
},
{
alt: "WhatsApp Logo",
background: "#25D366",
color: "#FFFFFF",
icon: faWhatsapp,
label: "WhatsApp",
link: "https://chat.whatsapp.com/JmjRYDvIv5z9ykHDZs2C3Z",
},
{
alt: "Google Chat Logo",
background: "#DB4437",
@ -528,30 +499,6 @@ const Socials: Array<{
label: "YouTube",
link: "https://www.youtube.com/@naomilgbt",
},
{
alt: "Tiktok Logo",
background: "#000000",
color: "#FFFFFF",
icon: faTiktok,
label: "Tiktok",
link: "https://www.tiktok.com/@naomilgbt",
},
{
alt: "Threads Logo",
background: "#000000",
color: "#FFFFFF",
icon: faThreads,
label: "Threads",
link: "https://www.threads.net/@naomi.lgbt",
},
{
alt: "Instagram Logo",
background: "#C13584",
color: "#FFFFFF",
icon: faInstagram,
label: "Instagram",
link: "https://www.instagram.com/naomi.lgbt/",
},
{
alt: "RetroAchievements Logo",
background: "#1066dd",