add reddit and youtube as socials (#7092)

This commit is contained in:
Prospector
2026-08-10 11:17:13 -07:00
committed by GitHub
parent 1ffcd67562
commit 66628fd69d
32 changed files with 16 additions and 97 deletions
@@ -2,10 +2,11 @@
import {
BlueskyIcon,
DiscordIcon,
GithubIcon,
MastodonIcon,
RedditIcon,
ToggleRightIcon,
TwitterIcon,
YouTubeIcon,
} from '@modrinth/assets'
import { Button, ButtonLink } from '@modrinth/ui'
import {
@@ -94,9 +95,14 @@ const socialLinks: {
icon: TwitterIcon,
},
{
label: defineMessage({ id: 'layout.footer.social.github', defaultMessage: 'GitHub' }),
href: 'https://github.com/modrinth',
icon: GithubIcon,
label: defineMessage({ id: 'layout.footer.social.youtube', defaultMessage: 'YouTube' }),
href: 'https://www.youtube.com/@modrinth',
icon: YouTubeIcon,
},
{
label: defineMessage({ id: 'layout.footer.social.reddit', defaultMessage: 'Reddit' }),
href: 'https://www.reddit.com/r/Modrinth',
icon: RedditIcon,
},
]