diff options
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 |
commit | a1d50400b858e40471bc1bb78408d69d39907c5f (patch) | |
tree | a8776d013bc042ab93f29f73ba904d4c01fec8a1 /src | |
parent | d443e32d044dd74cd1923e3538af0a63ff6c6835 (diff) |
content: generateContributionList: use tooltip style contrib icons
Diffstat (limited to 'src')
-rw-r--r-- | src/content/dependencies/generateContributionList.js | 1 |
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', })))), }; |