✏️(frontend) fix minor typo

Found a typo and fixed it.
This commit is contained in:
lebaudantoine
2024-08-13 14:19:44 +02:00
committed by aleb_the_flash
parent b12fb6bf48
commit 5b8c8d493a

View File

@@ -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',