From d2d5f1170ce66a0b86acf77cbd90d9f38d41790e Mon Sep 17 00:00:00 2001 From: Timur Tripp Date: Wed, 26 Jun 2024 12:13:15 -0600 Subject: [PATCH] Adds `aria-label` to sidebar toggle --- templates/node-edit-form.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/node-edit-form.html.twig b/templates/node-edit-form.html.twig index 4d2f492..73f0531 100644 --- a/templates/node-edit-form.html.twig +++ b/templates/node-edit-form.html.twig @@ -10,8 +10,8 @@ {% extends '@claro/node-edit-form.html.twig' %} {% block secondary %}
- - + +
{{ parent() }}