« get me outta code hell

external-links: Apple Music, Spotify icons - 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:
author(quasar) nebula <qznebula@protonmail.com>2024-03-30 13:31:23 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-03-30 13:31:23 -0300
commitcbc088f1aa4bd1b880536e5c28583ba475b924ec (patch)
tree724dbc0598c157abeef8a819647a7aac9bbee3e7 /src/util
parent8434168a8481d1c09f216b83a173b6ad3209bff1 (diff)
external-links: Apple Music, Spotify icons
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',
   },
 
   {