We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932d9f5 commit 3db9a7dCopy full SHA for 3db9a7d
templates/repo/home_sidebar_top.tmpl
@@ -20,7 +20,7 @@
20
{{svg "octicon-link"}} <span class="tw-text-primary">{{.Repository.Website}}</span>
21
</a>
22
{{end}}
23
- <div id="repo-topics" class="flex-text-block tw-flex-wrap tw-gap-1 tw-my-2" >
+ <div id="repo-topics" class="flex-text-block tw-flex-wrap tw-gap-1 tw-my-2 tw-text-text">
24
{{/* !!!! it SHOULD and MUST match the code in repo-home.ts */}}
25
{{range .Topics}}<a class="repo-topic ui large label gt-ellipsis" title={{.Name}} href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
26
</div>
0 commit comments