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 3230148 commit c816854Copy full SHA for c816854
templates/repo/home_sidebar_top.tmpl
@@ -17,7 +17,7 @@
17
</div>
18
{{if .Repository.Website}}
19
<a class="flex-text-block muted" href="{{.Repository.Website}}">
20
- {{svg "octicon-link"}} <span class="tw-text-primary">{{.Repository.Website}}</span>
+ {{svg "octicon-link" 16 "tw-fill-text"}} <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 tw-text-text">
0 commit comments