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:
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user