2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 03:25:32 +00:00

add alt text to back button

This commit is contained in:
Matthias Mair
2022-11-10 21:13:11 +00:00
parent f3772aa3c1
commit 142dd0b1c3

View File

@ -5,7 +5,7 @@ layout: default
<header> <header>
{% if page.backLink or page.backLink == nil %} {% if page.backLink or page.backLink == nil %}
<a href="{{ layout.base_link | relative_url }}" class="flex items-center m-5 text-xl hover:underline"> <a href="{{ layout.base_link | relative_url }}" class="flex items-center m-5 text-xl hover:underline">
<img class="w-6 h-6" src="{{ '/assets/back.svg' | relative_url }}" /> <img class="w-6 h-6" alt="go back" src="{{ '/assets/back.svg' | relative_url }}" />
<span>Back</span> <span>Back</span>
</a> </a>
{% endif %} {% endif %}