File tree 1 file changed +19
-15
lines changed
1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ const EndScreen: FunctionComponent<EndScreenProps> = ({
30
30
actionBar = {
31
31
< Button onClick = { ( ) => setStep ( - 2 ) } > Go back to the quest</ Button >
32
32
}
33
- highlightTitle = { false }
34
- >
35
- < Typography type = { TEXT_TYPE . BODY_SMALL } className = "text-white/50 text-sm/6 mt-3" >
33
+ highlightTitle = { false } >
34
+ < Typography
35
+ type = { TEXT_TYPE . BODY_SMALL }
36
+ className = "text-white/50 text-sm/6 mt-3" >
36
37
You passed the quiz. Congratulations on your efforts and progress!
37
38
Keep up the good work and continue to explore new challenges.
38
39
</ Typography >
@@ -45,21 +46,24 @@ const EndScreen: FunctionComponent<EndScreenProps> = ({
45
46
title = "Too bad ! "
46
47
actionBar = {
47
48
< >
48
- < div className = { styles . soft } >
49
- < Button onClick = { ( ) => setStep ( - 2 ) } >
50
- Go back to the quest
51
- </ Button >
52
- </ div >
53
- < div >
54
- < Button onClick = { ( ) => setRestart ( true ) } >
55
- Restart the quiz
56
- </ Button >
49
+ < div className = "flex gap-6" >
50
+ < div className = { styles . soft } >
51
+ < Button onClick = { ( ) => setStep ( - 2 ) } >
52
+ Go back to the quest
53
+ </ Button >
54
+ </ div >
55
+ < div >
56
+ < Button onClick = { ( ) => setRestart ( true ) } >
57
+ Restart the quiz
58
+ </ Button >
59
+ </ div >
57
60
</ div >
58
61
</ >
59
62
}
60
- highlightTitle = { false }
61
- >
62
- < Typography type = { TEXT_TYPE . BODY_DEFAULT } >
63
+ highlightTitle = { false } >
64
+ < Typography
65
+ type = { TEXT_TYPE . BODY_SMALL }
66
+ className = "text-white/50 text-sm/6 mt-3" >
63
67
You didn't pass the quiz. You can try again or go back to the
64
68
quest.
65
69
</ Typography >
You can’t perform that action at this time.
0 commit comments