Remove double item class

This commit is contained in:
Tyrone Yeh 2024-04-15 17:11:56 +08:00
parent 596316a778
commit 2ba5b9d0fb
No known key found for this signature in database
GPG Key ID: A0725352B993FBDD
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
<div class="selected">
{{range .Issue.Projects}}
<div class="item">
<a class="item muted sidebar-item-link" href="{{.Link ctx}}">
<a class="muted sidebar-item-link" href="{{.Link ctx}}">
{{svg .IconName 18 "tw-mr-2"}}{{.Title}}
</a>
</div>