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}>
|
||||
<ModalOverlay backdropBlur="2px" />
|
||||
<ModalContent>
|
||||
<ModalHeader align="center">
|
||||
<Text color={"purple.500"} fontWeight={"bold"}>
|
||||
Vous avez un nouveau match
|
||||
</Text>
|
||||
</ModalHeader>
|
||||
<ModalHeader>Vous avez un nouveau match</ModalHeader>
|
||||
<ModalBody>
|
||||
<Carousel borderRadius={"1rem"} images={matchedUser.images} />
|
||||
<Box mt={"2rem"}>
|
||||
|
||||
Reference in New Issue
Block a user