Merge pull request #1045 from bookwyrm-social/fixes-covers

Removes aria-hidden from covers
This commit is contained in:
Mouse Reeve
2021-05-02 07:10:11 -07:00
committed by GitHub

View File

@ -13,10 +13,6 @@
{% endif %} {% endif %}
" "
{% if aria != "show" %}
aria-hidden="true"
{% endif %}
{% if book.alt_text %} {% if book.alt_text %}
title="{{ book.alt_text }}" title="{{ book.alt_text }}"
{% endif %} {% endif %}