Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
add missing alt tags
  • Loading branch information
jnny authored Jun 7, 2024
1 parent 606c7da commit ab5b0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header>
<nav>
<div class="desktop-nav" dir="{{ .Language.LanguageDirection }}">
<a tabindex="1" href="{{ .Site.Home.Permalink }}"><img height="40" width="152" src="/img/ouisync-logo.png"/></a>
<a tabindex="1" href="{{ .Site.Home.Permalink }}"><img height="40" width="152" src="/img/ouisync-logo.png" alt="Ouisync Home"/></a>
<div aria-label="Navagation Selector" class="desktop-center-nav">
{{ if eq .Lang "en"}}
<a href="/about">{{i18n "navAbout"}}</a>
Expand All @@ -19,7 +19,7 @@
<label class="i18n-btn" for="desktop-nav-toggle">
<img src="/icons/globe.png" height="20" width="20" alt="Select language"/>
<div>{{ .Language.LanguageName }} ({{ .Lang }})</div>
<img src="/icons/chevron-down.png" height="24" width="24"/>
<img src="/icons/chevron-down.png" height="24" width="24" "Selector"/>
</label>
<div aria-label="Language Selector Panel" class="desktop-i18n-panel">
{{ range .Translations }}
Expand All @@ -32,7 +32,7 @@
{{ else }}
<a class="download-btn" href="/{{ .Lang }}/#download">
{{ end }}
<img src="/icons/download.png" height="24" width="24"/>
<img src="/icons/download.png" height="24" width="24" alt="Download Ouisync"/>
<div>{{i18n "navDownload"}}</div>
</a>
</div>
Expand Down

0 comments on commit ab5b0ca

Please sign in to comment.