« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkExternalAsIcon.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/linkExternalAsIcon.js')
-rw-r--r--src/content/dependencies/linkExternalAsIcon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/linkExternalAsIcon.js b/src/content/dependencies/linkExternalAsIcon.js
index 6496d026..cd168992 100644
--- a/src/content/dependencies/linkExternalAsIcon.js
+++ b/src/content/dependencies/linkExternalAsIcon.js
@@ -39,7 +39,7 @@ export default {
       html.tag('svg', [
         html.tag('title', msg),
         html.tag('use', {
-          href: to('shared.staticFile', `icons.svg#icon-${id}`),
+          href: to('shared.staticIcon', id),
         }),
       ]));
   },