Hide avatar image to screen readers on the status pages, since there is a link present for a user already.

This commit is contained in:
erion
2021-03-07 14:39:18 +01:00
parent cb8ec01ccf
commit ae8d39995d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% load bookwyrm_tags %}
{% load i18n %}
{% include 'snippets/avatar.html' with user=status.user %}
{% include 'snippets/avatar.html' with user=status.user ariaHide="true" %}
{% include 'snippets/username.html' with user=status.user %}
{% if status.status_type == 'GeneratedNote' %}