Remove tumblr from footer since it's no longer in use (#4001)

* Remove tumblr from footer since it's no longer in use

* remove import

* i18n extract

---------

Co-authored-by: IMB11 <hendersoncal117@gmail.com>
This commit is contained in:
Prospector 2025-07-16 13:44:56 -07:00 committed by GitHub
parent a6a98ff63e
commit 90043fe84d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 11 deletions

View File

@ -700,7 +700,6 @@ import {
PackageOpenIcon, PackageOpenIcon,
DiscordIcon, DiscordIcon,
BlueskyIcon, BlueskyIcon,
TumblrIcon,
TwitterIcon, TwitterIcon,
MastodonIcon, MastodonIcon,
GithubIcon, GithubIcon,
@ -1185,13 +1184,6 @@ const socialLinks = [
icon: MastodonIcon, icon: MastodonIcon,
rel: "me", rel: "me",
}, },
{
label: formatMessage(
defineMessage({ id: "layout.footer.social.tumblr", defaultMessage: "Tumblr" }),
),
href: "https://tumblr.com/modrinth",
icon: TumblrIcon,
},
{ {
label: formatMessage(defineMessage({ id: "layout.footer.social.x", defaultMessage: "X" })), label: formatMessage(defineMessage({ id: "layout.footer.social.x", defaultMessage: "X" })),
href: "https://x.com/modrinth", href: "https://x.com/modrinth",

View File

@ -461,9 +461,6 @@
"layout.footer.social.mastodon": { "layout.footer.social.mastodon": {
"message": "Mastodon" "message": "Mastodon"
}, },
"layout.footer.social.tumblr": {
"message": "Tumblr"
},
"layout.footer.social.x": { "layout.footer.social.x": {
"message": "X" "message": "X"
}, },