diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/strings-default.yaml | 1 | ||||
-rw-r--r-- | src/util/external-links.js | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index be747f8f..27af2797 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -546,6 +546,7 @@ misc: kofi: "Ko-fi" linktree: "Linktree" mastodon: "Mastodon" + mspfa: "MSPFA" neocities: "Neocities" newgrounds: "Newgrounds" patreon: "Patreon" diff --git a/src/util/external-links.js b/src/util/external-links.js index 52309d90..6f8e108b 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -462,6 +462,12 @@ export const externalLinkSpec = [ }, { + match: {domains: ['mspfa.com', '.mspfa.com']}, + platform: 'mspfa', + icon: 'globe', + }, + + { match: {domain: '.neocities.org'}, platform: 'neocities', |