« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/external-links.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js
index 6f8e108..c994dbc 100644
--- a/src/util/external-links.js
+++ b/src/util/external-links.js
@@ -213,7 +213,7 @@ export const externalLinkSpec = [
   {
     match: {domain: 'music.apple.com'},
     platform: 'appleMusic',
-    icon: 'globe',
+    icon: 'appleMusic',
   },
 
   {
@@ -530,7 +530,7 @@ export const externalLinkSpec = [
   {
     match: {domains: ['spotify.com', 'open.spotify.com']},
     platform: 'spotify',
-    icon: 'globe',
+    icon: 'spotify',
   },
 
   {