Update templates/projects/view.tmpl

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Lunny Xiao 2024-04-26 09:33:25 +08:00 committed by GitHub
parent 715ec4cebb
commit 0610385dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<div class="ui small circular grey label project-column-issue-count">
{{.NumIssues ctx}}
</div>
<span class="project-column-title-label">{{.Title}}{{if .Default}}{{svg "octicon-star"}}{{end}}</span>
<span class="project-column-title-label">{{.Title}}{{if .Default}}{{svg "octicon-star" 16 "tw-ml-2"}}{{end}}</span>
</div>
{{if $canWriteProject}}
<div class="ui dropdown jump item">