diff --git a/src/routes/home/PlayAQuiz/joinAQuiz.tsx b/src/routes/home/PlayAQuiz/joinAQuiz.tsx
index 70162ee5bfccbaf9ac9827793d39ec494f864c8b..72f13b1e8f6486a5955512a8d8fedcc32e2a2b4d 100644
--- a/src/routes/home/PlayAQuiz/joinAQuiz.tsx
+++ b/src/routes/home/PlayAQuiz/joinAQuiz.tsx
@@ -85,9 +85,7 @@ export function JoinAQuiz({ loading }: paqProps) {
                 }
             </div>
 
-            <div className="new-quiz">
-                <button className="blueButton" onClick={handleGo}>Go !</button>
-            </div>
+            <button className="blueButton" onClick={handleGo}>Go !</button>
         </div>
 
     );