« 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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js
index c994dbc..d1ca448 100644
--- a/src/util/external-links.js
+++ b/src/util/external-links.js
@@ -222,7 +222,7 @@ export const externalLinkSpec = [
     platform: 'artstation',
     handle: {pathname: /^([^/]+)\/?$/},
 
-    icon: 'globe',
+    icon: 'artstation',
   },
 
   {
@@ -231,7 +231,7 @@ export const externalLinkSpec = [
     platform: 'artstation',
     handle: {domain: /^[^.]+/},
 
-    icon: 'globe',
+    icon: 'artstation',
   },
 
   {
@@ -497,13 +497,13 @@ export const externalLinkSpec = [
     platform: 'patreon',
     handle: {pathname: /^([^/]+)\/?$/},
 
-    icon: 'globe',
+    icon: 'patreon',
   },
 
   {
     match: {domain: 'patreon.com'},
     platform: 'patreon',
-    icon: 'globe',
+    icon: 'patreon',
   },
 
   {