Skip to content

Commit 75f5048

Browse files
fix: Resolve alignment of contents in Congratulations dialogue (#20)
Co-authored-by: Mohammed Fabinsha <fabinsha13@gmail.com>
1 parent 6c58651 commit 75f5048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

audire/audire-mobile-app/src/modules/mcq-exams/Congratulations.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const CongratulationsDialog: FC<AllQuestionsProps> = (props) => {
3939
<ModalBackdrop />
4040
<ModalContent>
4141
<ModalHeader>
42+
<Heading></Heading>
4243
<Heading fontSize="$2xl">Congratulations!</Heading>
4344
<ModalCloseButton
4445
onPress={() => {

0 commit comments

Comments
 (0)