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 a63fdb6 commit ad0556dCopy full SHA for ad0556d
templates/repo/home_sidebar_top.tmpl
@@ -16,7 +16,7 @@
16
{{if $description}}{{$description | RenderCodeBlock}}{{else}}{{ctx.Locale.Tr "repo.repo_no_desc"}}{{end}}
17
</div>
18
{{if .Repository.Website}}
19
- <a class="flex-text-block muted" href="{{.Repository.Website}}">
+ <a class="flex-text-block" href="{{.Repository.Website}}">
20
{{svg "octicon-link" 16 "tw-text-text"}} <span class="tw-text-primary">{{.Repository.Website}}</span>
21
</a>
22
{{end}}
0 commit comments