We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64729ca commit a6ef283Copy full SHA for a6ef283
1 file changed
index.html
@@ -3701,7 +3701,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
3701
tagCloudContainer.innerHTML = '';
3702
3703
const minFontSize = 1.0;
3704
- const maxFontSize = 1.6;
+ const maxFontSize = 1.0;
3705
const maxCount = Math.max(...Object.values(categoryCounts));
3706
const minCount = Math.min(...Object.values(categoryCounts));
3707
0 commit comments