Fix: Tool name not being shown

This commit is contained in:
Óscar M. Lage 2024-12-05 14:41:45 +01:00
parent 516b2a9bdf
commit 37dbbe9c1e

View File

@ -31,7 +31,7 @@
<h2 class="text-2xl font-bold text-gray-200 mb-4">Tools</h2>
<ul class="list-disc pl-6 space-y-2">
{{range .categoryStats}}
<li class="text-lg text-gray-400">{{.Category}} - <span class="font-semibold text-blue-400">{{.Count}} times</span></li>
<li class="text-lg text-gray-400">{{.Command}} - <span class="font-semibold text-blue-400">{{.Count}} times</span></li>
{{end}}
</ul>
</section>