diff options
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 |
commit | cbc088f1aa4bd1b880536e5c28583ba475b924ec (patch) | |
tree | 724dbc0598c157abeef8a819647a7aac9bbee3e7 /src/util | |
parent | 8434168a8481d1c09f216b83a173b6ad3209bff1 (diff) |
external-links: Apple Music, Spotify icons
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/external-links.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index 6f8e108b..c994dbc1 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', }, { |