Browse Source

fix(web): add `alt` for logo in home page (#21887)

add `alt` for logo in home page
tags/v1.19.0-rc0
Percy Ma 1 year ago
parent
commit
2836382f34
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/home.tmpl

+ 1
- 1
templates/home.tmpl View File

@@ -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">

Loading…
Cancel
Save