Fix: Tool name not being shown
This commit is contained in:
parent
516b2a9bdf
commit
37dbbe9c1e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user