Skip to content

Commit 3db9a7d

Browse files
committed
fix label text
1 parent 932d9f5 commit 3db9a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home_sidebar_top.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{svg "octicon-link"}} <span class="tw-text-primary">{{.Repository.Website}}</span>
2121
</a>
2222
{{end}}
23-
<div id="repo-topics" class="flex-text-block tw-flex-wrap tw-gap-1 tw-my-2" >
23+
<div id="repo-topics" class="flex-text-block tw-flex-wrap tw-gap-1 tw-my-2 tw-text-text">
2424
{{/* !!!! it SHOULD and MUST match the code in repo-home.ts */}}
2525
{{range .Topics}}<a class="repo-topic ui large label gt-ellipsis" title={{.Name}} href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
2626
</div>

0 commit comments

Comments
 (0)