Skip to content

Commit

Permalink
fix(web): add alt for logo in home page (go-gitea#21887)
Browse files Browse the repository at this point in the history
add `alt` for logo in home page
  • Loading branch information
kecrily authored and fsologureng committed Nov 22, 2022
1 parent 8c6bcda commit 77ad37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
Expand Down

0 comments on commit 77ad37b

Please sign in to comment.