diff --git a/src/components/ui/ShareModal/ShareModal.tsx b/src/components/ui/ShareModal/ShareModal.tsx
index 7c93b6b..a7efff3 100644
--- a/src/components/ui/ShareModal/ShareModal.tsx
+++ b/src/components/ui/ShareModal/ShareModal.tsx
@@ -1,7 +1,7 @@
import React from 'react'
import { useRouter } from 'next/router'
import { Button, HStack, Input, Modal, ModalBody, ModalCloseButton, ModalContent, ModalHeader, ModalOverlay, useDisclosure, useClipboard } from '@chakra-ui/react';
-import { XIcon, TwitterShareButton, LinkedinIcon, LinkedinShareButton, EmailShareButton, EmailIcon } from "react-share";
+import { XIcon, TwitterShareButton, LinkedinIcon, LinkedinShareButton, EmailShareButton, EmailIcon, WhatsappShareButton, TelegramShareButton, RedditShareButton, WhatsappIcon, TelegramIcon, RedditIcon } from "react-share";
import { MdContentCopy } from "react-icons/md";
const shareText = "I just completed the Sitecore Migration Advisor assessment and got my migration resources. Check it out!"
@@ -28,6 +28,21 @@ export default function ShareModal() {
+
+
+
+
+
+
+
+
+
@@ -36,28 +51,28 @@ export default function ShareModal() {
-
-
-
-
-
-
-
- {
- setValue(e.target.value);
- }}
- mr={2}
- />
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {
+ setValue(e.target.value);
+ }}
+ mr={2}
+ />
+
+
+
+
+
+
)
}