mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 12:54:49 +00:00
Add 'title' attribute to all 'arrow-up' buttons
This commit is contained in:
parent
dcb4d97a92
commit
960194dd9d
3 changed files with 3 additions and 3 deletions
|
@ -124,5 +124,5 @@ layout: custom
|
|||
<!-- end right one-third block-->
|
||||
</div>
|
||||
</section>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
|
||||
</div>
|
||||
|
|
|
@ -63,7 +63,7 @@ title: titles.blogbytag
|
|||
</div>
|
||||
<!-- End full block-->
|
||||
</section>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
|
||||
</div>
|
||||
|
||||
{% if paginator.total_pages > 1 %}
|
||||
|
|
|
@ -308,5 +308,5 @@ permalink: /downloads/index.html
|
|||
<!-- End 'Hardware Wallets' -->
|
||||
</section>
|
||||
</div>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue