diff --git a/src/components/confirmationModal.jsx b/src/components/confirmationModal.jsx index 47f11637..8caa3236 100644 --- a/src/components/confirmationModal.jsx +++ b/src/components/confirmationModal.jsx @@ -1,10 +1,10 @@ export default function ConfirmationModal({ placeHolder, closeModal }) { return (
-
+

Hello again 👋

+
+

You just entered a new team - ${team_name}

+

Looking forward to seeing you soon!

+

Organization team 🪲

+
`.toString(), + alternative: true, + }, + ], + }; + + try { + client.send(message, function (err, message) { + console.log(err || message); + }); + + return null; + } catch (error) { + return error; + } +};