mirror of https://github.com/status-im/cabot.git
Add alternative text to application screenshot in frontpage.html
This is good practive, and also make the htmlproofer CI build test happy.
This commit is contained in:
parent
a48fcf532f
commit
372de7724d
|
@ -48,7 +48,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="screenshot">
|
<div class="screenshot">
|
||||||
<img class="img-responsive" src="/images/frontpage-screenshot.png"/>
|
<img class="img-responsive" src="/images/frontpage-screenshot.png" alt="Application frontpage"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue