From 5ec658ff82a3b659269bf8e6ae475b08618ec956 Mon Sep 17 00:00:00 2001
From: June1372 <justine.sauquet@polymtl.ca>
Date: Sun, 5 Feb 2023 08:26:09 -0500
Subject: [PATCH] menue reparer entre guilleemt

---
 assets/react/controllers/Menu.tsx                 |  2 +-
 assets/react/controllers/TransactionComponant.tsx | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/assets/react/controllers/Menu.tsx b/assets/react/controllers/Menu.tsx
index c6e66a0..c7d1cd3 100644
--- a/assets/react/controllers/Menu.tsx
+++ b/assets/react/controllers/Menu.tsx
@@ -11,7 +11,7 @@ export default function Menu() {
         </div>
         <ul>
           <li>
-            <a href="/summury" className="active">
+            <a href="/summury" >
               <span className="item">Résumé</span>
             </a>
           </li>
diff --git a/assets/react/controllers/TransactionComponant.tsx b/assets/react/controllers/TransactionComponant.tsx
index a0f3af8..708b67a 100644
--- a/assets/react/controllers/TransactionComponant.tsx
+++ b/assets/react/controllers/TransactionComponant.tsx
@@ -135,7 +135,8 @@ export default function TransactionComponant(props: {
               </div>
               <div>
                 <strong>Valider : </strong>
-                <img id="icone" 
+                <img
+                  id="icone"
                   src="img/vert.png"
                   alt="valider"
                   onClick={() => persist()}
@@ -143,7 +144,8 @@ export default function TransactionComponant(props: {
               </div>
               <div>
                 <strong>Supprimer : </strong>
-                <img id="icone" 
+                <img
+                  id="icone"
                   src="img/download.png"
                   alt="supprimer"
                   onClick={() => props.deleteTransaction(props.index)}
@@ -183,7 +185,8 @@ export default function TransactionComponant(props: {
               </div>
               <div>
                 <strong>Modifier : </strong>
-                <img id="icone" 
+                <img
+                  id="icone"
                   src="img/263087.png"
                   alt="peinceau"
                   onClick={() => edit()}
@@ -191,7 +194,8 @@ export default function TransactionComponant(props: {
               </div>
               <div>
                 <strong>Supprimer : </strong>
-                <img id="icone" 
+                <img
+                  id="icone"
                   src="img/download.png"
                   alt="peinceau"
                   onClick={() => props.deleteTransaction(props.index)}
-- 
GitLab