« get me outta code hell

content: generateContributionList: use tooltip style contrib icons - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-14 20:05:48 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-24 13:45:10 -0400
commita1d50400b858e40471bc1bb78408d69d39907c5f (patch)
treea8776d013bc042ab93f29f73ba904d4c01fec8a1 /src
parentd443e32d044dd74cd1923e3538af0a63ff6c6835 (diff)
content: generateContributionList: use tooltip style contrib icons
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateContributionList.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/dependencies/generateContributionList.js b/src/content/dependencies/generateContributionList.js
index 731cfba5..6401e65e 100644
--- a/src/content/dependencies/generateContributionList.js
+++ b/src/content/dependencies/generateContributionList.js
@@ -16,5 +16,6 @@ export default {
               showIcons: true,
               showContribution: true,
               preventWrapping: false,
+              iconMode: 'tooltip',
             })))),
 };