« get me outta code hell

homepage & gallery tweaks - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-28 17:02:22 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-28 17:02:22 -0400
commit7b0f1ceb07a1219f20f6819ed57e5f47a51d15b1 (patch)
tree0994a42788a70e4d1e0ebf3105b36078e5778682 /src/page
parent10efd45ee1ef1ece71c6497cbaf21ab39eb2819a (diff)
homepage & gallery tweaks
Diffstat (limited to 'src/page')
-rw-r--r--src/page/homepage.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js
index c592efa..703c78f 100644
--- a/src/page/homepage.js
+++ b/src/page/homepage.js
@@ -123,11 +123,10 @@ export function writeTargetless({wikiData}) {
                       }),
 
                       entry.actionLinks.length &&
-                        html.tag('div', {class: 'grid-listing'},
-                          html.tag('div', {class: 'grid-actions'},
-                            transformActionLinks(entry.actionLinks, {
-                              transformInline,
-                            }))),
+                        html.tag('div', {class: 'grid-actions'},
+                          transformActionLinks(entry.actionLinks, {
+                            transformInline,
+                          })),
                     ]),
                 ]))),
         ]),