From 5b8c8d493ade522155a776822b87367d84802ca2 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 13 Aug 2024 14:19:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(frontend)=20fix=20minor=20ty?= =?UTF-8?q?po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found a typo and fixed it. --- src/frontend/src/primitives/Dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/primitives/Dialog.tsx b/src/frontend/src/primitives/Dialog.tsx index b7d4ef58..0c5c044f 100644 --- a/src/frontend/src/primitives/Dialog.tsx +++ b/src/frontend/src/primitives/Dialog.tsx @@ -28,7 +28,7 @@ const StyledModalOverlay = styled(ModalOverlay, { }, }) -// disabled pointerEvents on the stuff surrouding the overlay is there so that clicking on the overlay to close the modal still works +// disabled pointerEvents on the stuff surrounding the overlay is there so that clicking on the overlay to close the modal still works const StyledModal = styled(Modal, { base: { width: 'full',