Fix typo in use of .rounded-pill

Fixes #520
This commit is contained in:
rubenwardy
2024-03-06 18:24:40 +00:00
parent a7364990bd
commit 824d349c30
6 changed files with 10 additions and 10 deletions

View File

@@ -169,7 +169,7 @@
title="{{ tag.description or '' }}"
href="{{ url_for('packages.list_all', tag=tag.name) }}">
{{ tag.title }}
<span class="badge roaded-pill bg-light text-dark ms-1">{{ count }}</span>
<span class="badge rounded-pill bg-light text-dark ms-1">{{ count }}</span>
</a>
{% endfor %}