« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/homepage.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/homepage.js')
-rw-r--r--src/page/homepage.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js
index 703c78f..67b2c64 100644
--- a/src/page/homepage.js
+++ b/src/page/homepage.js
@@ -60,8 +60,8 @@ export function writeTargetless({wikiData}) {
     page: ({
       getAlbumGridHTML,
       getAlbumCover,
+      getCarouselHTML,
       getLinkThemeString,
-      getMontageHTML,
       html,
       language,
       link,
@@ -114,8 +114,8 @@ export function writeTargetless({wikiData}) {
 
                   ...html.fragment(
                     entry.type === 'albums' &&
-                    entry.displayStyle === 'montage' && [
-                      getMontageHTML({
+                    entry.displayStyle === 'carousel' && [
+                      getCarouselHTML({
                         items: entry.entries.map(e => e.item),
                         lazy: i > 0,
                         srcFn: getAlbumCover,