add a title attribute to make link understandable for screen readers
parent
87fb388dbb
commit
8b547575fb
|
@ -17,7 +17,7 @@
|
|||
<br /><br />
|
||||
{{ i18n "start_subtitle3" | markdownify }}</p>
|
||||
<div class="arrow-bounce">
|
||||
<a class="fa fa-chevron-down fa-3x hiddenlink page-scroll" href="#about"></a>
|
||||
<a class="fa fa-chevron-down fa-3x hiddenlink page-scroll" href="#about" title="{{ i18n "navigation_links_about" }}"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue