diff --git a/src/components/background/Background.tsx b/src/components/background/Background.tsx
index d3fec84..9ce2063 100644
--- a/src/components/background/Background.tsx
+++ b/src/components/background/Background.tsx
@@ -105,6 +105,7 @@ export const Background = () => {
)}
+
)
}
diff --git a/src/pages/QuestionCreator/QuestionCreator.tsx b/src/pages/QuestionCreator/QuestionCreator.tsx
index 6fe5ff9..fa1aa5a 100644
--- a/src/pages/QuestionCreator/QuestionCreator.tsx
+++ b/src/pages/QuestionCreator/QuestionCreator.tsx
@@ -3,7 +3,7 @@ import { SimpleQuestionCreator } from "./SimpleQuestionCreator"
export const QuestionCreator = () => {
return (
-
+
Créateur de questions
diff --git a/src/pages/game/GameQuiz.tsx b/src/pages/game/GameQuiz.tsx
index 5a63545..6ad7d73 100644
--- a/src/pages/game/GameQuiz.tsx
+++ b/src/pages/game/GameQuiz.tsx
@@ -34,7 +34,7 @@ export const GameQuiz = (props: GameQuizProps) => {
}
return (
-
+
diff --git a/src/pages/game/GameReview.tsx b/src/pages/game/GameReview.tsx
index 89df51b..540039d 100644
--- a/src/pages/game/GameReview.tsx
+++ b/src/pages/game/GameReview.tsx
@@ -52,7 +52,7 @@ export const GameReview = (props: GameReviewProps) => {
}
return (
-
+
diff --git a/src/pages/game/GameScoreBoard.tsx b/src/pages/game/GameScoreBoard.tsx
index 7d36536..a42d180 100644
--- a/src/pages/game/GameScoreBoard.tsx
+++ b/src/pages/game/GameScoreBoard.tsx
@@ -24,7 +24,7 @@ export const GameScoreBoard = (props: GameScoreBoardProps) => {
}
return (
-
+
Top players
diff --git a/src/pages/game/LobbyRoom.tsx b/src/pages/game/LobbyRoom.tsx
index 53efb73..f274cfa 100644
--- a/src/pages/game/LobbyRoom.tsx
+++ b/src/pages/game/LobbyRoom.tsx
@@ -65,7 +65,7 @@ export const LobbyRoom = (props: LobbyRoomProps) => {
}, [])
return (
-