From e23d54ab78cb38f90ed9f667759f986792aceb86 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 28 Dec 2024 15:54:23 -0400 Subject: external-links: Nintendo Music --- src/static/misc/icons.svg | 1 + src/strings-default.yaml | 1 + src/util/external-links.js | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/src/static/misc/icons.svg b/src/static/misc/icons.svg index 0c2cf3e9..87cb0169 100644 --- a/src/static/misc/icons.svg +++ b/src/static/misc/icons.svg @@ -34,6 +34,7 @@ + diff --git a/src/strings-default.yaml b/src/strings-default.yaml index d433c76d..c63faeb5 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -659,6 +659,7 @@ misc: mspfa: "MSPFA" neocities: "Neocities" newgrounds: "Newgrounds" + nintendoMusic: "Nintendo Music" patreon: "Patreon" poetryFoundation: "Poetry Foundation" soundcloud: "SoundCloud" diff --git a/src/util/external-links.js b/src/util/external-links.js index f84b5c15..43c09265 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -352,6 +352,14 @@ export const externalLinkSpec = [ icon: 'facebook', }, + { + match: {domain: 'm.nintendo.com'}, + + platform: 'nintendoMusic', + + icon: 'nintendoMusic', + }, + { match: {domain: 'mspaintadventures.fandom.com'}, -- cgit 1.3.0-6-gf8a5