mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:22:54 +00:00
Merge pull request #2354 from Arhell/add-alt
Accessibility add alt to image
This commit is contained in:
commit
93cc0db4d0
|
|
@ -209,7 +209,7 @@
|
|||
<p>{{ i18n "Join Us Content" }}</p>
|
||||
<div>
|
||||
<div class="slack">
|
||||
<img src="/images/home/slack.svg"></img>
|
||||
<img src="/images/home/slack.svg" alt="slack"></img>
|
||||
<p>
|
||||
<a href="{{ .Site.Params.slackLink }}" target="_blank">
|
||||
{{ i18n "Join Slack" }}
|
||||
|
|
@ -217,7 +217,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="wechat">
|
||||
<img src="/images/home/wechat.svg"></img>
|
||||
<img src="/images/home/wechat.svg" alt="wechat"></img>
|
||||
<p>{{ i18n "Join Wechat" }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue