Skip to content

Commit 2836382

Browse files
authored
fix(web): add alt for logo in home page (#21887)
add `alt` for logo in home page
1 parent c2fb27b commit 2836382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="ui stackable middle very relaxed page grid">
44
<div class="sixteen wide center aligned centered column">
55
<div>
6-
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
6+
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}"/>
77
</div>
88
<div class="hero">
99
<h1 class="ui icon header title">

0 commit comments

Comments
 (0)