From 321f98ba6576192e035a809b48da9c8f67c1f429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Wed, 5 Jun 2024 16:28:50 +0200 Subject: [PATCH] more image alts --- .../includes/molecules/boxes/image_with_button_box.html | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/templates/styleguide2/includes/molecules/boxes/image_with_button_box.html b/shared/templates/styleguide2/includes/molecules/boxes/image_with_button_box.html index 0f9fe644..aa68880d 100644 --- a/shared/templates/styleguide2/includes/molecules/boxes/image_with_button_box.html +++ b/shared/templates/styleguide2/includes/molecules/boxes/image_with_button_box.html @@ -2,6 +2,7 @@ <img class="w-74 h-74 object-cover" src="{{ image.url }}" + alt="{{ image.alt }}" > <div class="text-center mt-6 mb-4"> -- GitLab