From 89e3422a4b29a4d5e865b8a1a01523fcc15ccfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Godet?= <77058107+godetremy@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:22:57 +0100 Subject: [PATCH] fix(typo): Congartulations fixes --- app/sheets/[id]/page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sheets/[id]/page.jsx b/app/sheets/[id]/page.jsx index 74fecc8e2..9218832f1 100644 --- a/app/sheets/[id]/page.jsx +++ b/app/sheets/[id]/page.jsx @@ -663,7 +663,7 @@ function page({ params }) { if (points >= 100) { Swal.fire({ position: 'top-end', - title: 'Congartulations', + title: 'Congratulations', text: `What a great student, your note is ${parseFloat(points) + parseFloat(bonusPoints)} points out of 100 with bonus points`, icon: 'success', showConfirmButton: false, @@ -1391,4 +1391,4 @@ function page({ params }) { ) } -export default page \ No newline at end of file +export default page