mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
Merge branch 'dev' of github.com:LucasVbr/projet-web4 into dev
This commit is contained in:
@@ -89,11 +89,7 @@ export default function ModalMatch({ notif, loggedUser }: modalMatchProps) {
|
|||||||
<Modal isOpen={isOpen} onClose={onClose}>
|
<Modal isOpen={isOpen} onClose={onClose}>
|
||||||
<ModalOverlay backdropBlur="2px" />
|
<ModalOverlay backdropBlur="2px" />
|
||||||
<ModalContent>
|
<ModalContent>
|
||||||
<ModalHeader align="center">
|
<ModalHeader>Vous avez un nouveau match</ModalHeader>
|
||||||
<Text color={"purple.500"} fontWeight={"bold"}>
|
|
||||||
Vous avez un nouveau match
|
|
||||||
</Text>
|
|
||||||
</ModalHeader>
|
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
<Carousel borderRadius={"1rem"} images={matchedUser.images} />
|
<Carousel borderRadius={"1rem"} images={matchedUser.images} />
|
||||||
<Box mt={"2rem"}>
|
<Box mt={"2rem"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user