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
commit 05db85c721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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