From 90043fe84d456e5a34f0d991cfbca10d73499ac1 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:44:56 -0700 Subject: [PATCH] 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 --- apps/frontend/src/layouts/default.vue | 8 -------- apps/frontend/src/locales/en-US/index.json | 3 --- 2 files changed, 11 deletions(-) diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 842eaf376..308b7e3a9 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -700,7 +700,6 @@ import { PackageOpenIcon, DiscordIcon, BlueskyIcon, - TumblrIcon, TwitterIcon, MastodonIcon, GithubIcon, @@ -1185,13 +1184,6 @@ const socialLinks = [ icon: MastodonIcon, 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" })), href: "https://x.com/modrinth", diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 6ba936c22..e6a708f7b 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -461,9 +461,6 @@ "layout.footer.social.mastodon": { "message": "Mastodon" }, - "layout.footer.social.tumblr": { - "message": "Tumblr" - }, "layout.footer.social.x": { "message": "X" },