Skip to content

Commit

Permalink
cleaning the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Aug 9, 2023
1 parent e0e3d5f commit 4cae6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/quests/quizzes/endScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const EndScreen: FunctionComponent<EndScreenProps> = ({ quit }) => {
<>
<div className={styles.content}>
<Menu
title="Well done ! "
title="Well done !"
actionBar={<Button onClick={quit}>Go back to the quest</Button>}
highlightTitle={false}
>
Expand Down

0 comments on commit 4cae6b8

Please sign in to comment.