« get me outta code hell

content: generateFlashInfoPage: use 'normal' style links - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-23 21:02:07 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-24 13:45:46 -0400
commit370aab15cb6ba60c95b33f7c4a1ed9b6daf51d98 (patch)
treed5d7139a96075961bfd03600eb344cbb469b5fe8
parentface11b98dbaa866055718b7731f61a21fcf9088 (diff)
content: generateFlashInfoPage: use 'normal' style links
-rw-r--r--src/content/dependencies/generateFlashInfoPage.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js
index c60f969..919996a 100644
--- a/src/content/dependencies/generateFlashInfoPage.js
+++ b/src/content/dependencies/generateFlashInfoPage.js
@@ -132,8 +132,11 @@ export default {
             language.$('releaseInfo.playOn', {
               links:
                 language.formatDisjunctionList(
-                  relations.externalLinks
-                    .map(link => link.slot('context', 'flash'))),
+                  relations.externalLinks.map(link =>
+                    link.slots({
+                      context: 'flash',
+                      style: 'normal',
+                    }))),
             })),
 
         sec.featuredTracks && [