From 3e9d8dd7f526f7f885c9372c35b8402397f52f3f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 31 Dec 2023 23:22:46 -0400 Subject: content: linkContribution: fix bad slot call --- src/content/dependencies/linkContribution.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/content/dependencies/linkContribution.js') diff --git a/src/content/dependencies/linkContribution.js b/src/content/dependencies/linkContribution.js index 578ae039..f0f36bcb 100644 --- a/src/content/dependencies/linkContribution.js +++ b/src/content/dependencies/linkContribution.js @@ -53,14 +53,10 @@ export default { options.links = html.tag('span', {class: ['icons', 'icons-inline']}, {[html.noEdgeWhitespace]: true}, - language.formatUnitList( relations.artistIcons .slice(0, 4) - .map(icon => - icon.slot({ - context: 'artist', - })))); + .map(icon => icon.slot('context', 'artist')))); } let content = language.formatString(...parts, options); -- cgit 1.3.0-6-gf8a5