From ebc960f777fb153f0d17c8726d6b2291f2a1bb18 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:50:57 +1300 Subject: [PATCH] tame aria-labels --- app/templates/list_communities.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/list_communities.html b/app/templates/list_communities.html index bc68d756..65666a8f 100644 --- a/app/templates/list_communities.html +++ b/app/templates/list_communities.html @@ -90,10 +90,10 @@ {% endif %} {% if not low_bandwidth %} - + {% endif %} - {{ community.display_name() }} + {{ community.display_name() }} {{ community.post_count }} {{ community.post_reply_count }} {{ moment(community.last_active).fromNow(refresh=True) }}