From a2cdbd7506ab0fac9ee1119becc4e09d3eaf9e19 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 20:36:46 +0200 Subject: [PATCH] feat(a11y): add unique aria-label to GPX delete buttons --- themes/intotheeast/templates/gpx-manager.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/templates/gpx-manager.html.twig b/themes/intotheeast/templates/gpx-manager.html.twig index cddba6c..151e70e 100644 --- a/themes/intotheeast/templates/gpx-manager.html.twig +++ b/themes/intotheeast/templates/gpx-manager.html.twig @@ -96,7 +96,7 @@ async function renderTrip(tripEl) { ${f.filename} ${formatSize(f.size)} ${formatDate(f.modified)} - + ` ).join('');