mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
3 commits
2ee787d179
...
c1baab6275
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1baab6275 | ||
|
|
744af1efc0 | ||
|
|
99f4f5c7c3 |
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ const LiveResults: React.FC<LiveResultsProps> = ({ questions, showSelectedQuesti
|
|||
const [showCorrectAnswers, setShowCorrectAnswers] = useState<boolean>(false);
|
||||
|
||||
return (
|
||||
|
||||
|
||||
<div>
|
||||
<div className="action-bar mb-1">
|
||||
<div className="text-2xl text-bold">Résultats du quiz</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue