From 30bbf2976d42051fd245fdde12ee4f58eea9e023 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 16 Jul 2024 13:34:53 +0200 Subject: [PATCH] fix: missing picto --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d09ca4c..43fd627 100644 --- a/public/index.html +++ b/public/index.html @@ -334,11 +334,10 @@ </div> </div> <object - data="assets/steps/step2.svg" type="image/svg+xml" + data="assets/steps/step2.svg" tabindex="-1" aria-hidden="true" - class="hide-on-desktop" ></object> </div> <div class="steps-buttons-container"> -- GitLab