From adb267431909a3d263bb4f931fa49b2158f024f7 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 25 Feb 2022 20:19:55 -0400 Subject: fix missing homepage action links --- src/page/homepage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/homepage.js b/src/page/homepage.js index 37dac2c..379e5de 100644 --- a/src/page/homepage.js +++ b/src/page/homepage.js @@ -57,9 +57,9 @@ export function writeTargetless({wikiData}) { ).concat(row.sourceAlbums.map(album => ({item: album}))), lazy: i > 0 })} - ${row.actions?.length && fixWS` + ${row.actionLinks?.length && fixWS`
- ${row.actions.map(action => transformInline(action) + ${row.actionLinks.map(action => transformInline(action) .replace(' `} -- cgit 1.3.0-6-gf8a5