Skip to content

Commit ad0556d

Browse files
committed
remove unnecessary muted
1 parent a63fdb6 commit ad0556d

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
@@ -16,7 +16,7 @@
1616
{{if $description}}{{$description | RenderCodeBlock}}{{else}}{{ctx.Locale.Tr "repo.repo_no_desc"}}{{end}}
1717
</div>
1818
{{if .Repository.Website}}
19-
<a class="flex-text-block muted" href="{{.Repository.Website}}">
19+
<a class="flex-text-block" href="{{.Repository.Website}}">
2020
{{svg "octicon-link" 16 "tw-text-text"}} <span class="tw-text-primary">{{.Repository.Website}}</span>
2121
</a>
2222
{{end}}

0 commit comments

Comments
 (0)