« get me outta code hell

external-links: ArtStation, Patreon 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:55:06 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-03-30 13:55:06 -0300
commit28dad7d3cd861c458d403abbb598cda512a72413 (patch)
tree3c10d5170b1cac90334e6673bdef40c3eb314226 /src/util
parent2d091706777706eef12f4778c0aaebc23b7cc2aa (diff)
external-links: ArtStation, Patreon icons
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',
   },
 
   {