diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-04 11:53:34 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-04 11:53:34 -0300 |
commit | ac128879d523da01e829643b0ea73958cb0c6f23 (patch) | |
tree | c9a73916bae2cf7e702b4375ee29023a099873d9 /src/content/dependencies | |
parent | a021d9825575fe423e8282046e7fc9360dccfa40 (diff) |
content: generateFlashInfoPage: commentary above crediting sources
Diffstat (limited to 'src/content/dependencies')
-rw-r--r-- | src/content/dependencies/generateFlashInfoPage.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js index 27bff7e7..95a6c686 100644 --- a/src/content/dependencies/generateFlashInfoPage.js +++ b/src/content/dependencies/generateFlashInfoPage.js @@ -164,12 +164,12 @@ export default { }), ]), + relations.artistCommentarySection, + relations.creditSourcesSection.slots({ id: 'credit-sources', title: language.$('misc.creditSources'), }), - - relations.artistCommentarySection, ], navLinkStyle: 'hierarchical', |