diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/strings-default.yaml | 4 | ||||
-rw-r--r-- | src/util/external-links.js | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index d13ce89d..f976ac8d 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -503,6 +503,10 @@ misc: _: "bgreco.net" flash: "bgreco.net (high quality audio)" + deconreconstruction: + _: "Deconreconstruction" + music: "MUSIC@DCRC" + deviantart: "DeviantArt" homestuck: diff --git a/src/util/external-links.js b/src/util/external-links.js index 0a4a77cf..e95dfef3 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -250,6 +250,18 @@ export const externalLinkSpec = [ }, { + match: {domain: 'music.deconreconstruction.com'}, + platform: 'deconreconstruction.music', + icon: 'globe', + }, + + { + match: {domain: 'deconreconstruction.com'}, + platform: 'deconreconstruction', + icon: 'globe', + }, + + { match: {domain: 'deviantart.com'}, platform: 'deviantart', icon: 'deviantart', |