From e05efcc9bbbe467bcb8beaf2338c36f324fc73f4 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Mon, 1 Jul 2024 15:12:53 +0200
Subject: [PATCH] chore: fix step2 blurry on ios

---
 public/index.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 8dbc304..d09ca4c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -333,7 +333,13 @@
               </p>
             </div>
           </div>
-          <img src="assets/steps/step2.svg" class="steppicture" alt="" />
+          <object
+            data="assets/steps/step2.svg"
+            type="image/svg+xml"
+            tabindex="-1"
+            aria-hidden="true"
+            class="hide-on-desktop"
+          ></object>
         </div>
         <div class="steps-buttons-container">
           <a
-- 
GitLab