From c21a5c55a06c30f031f6234c3e5b9cfd667c35a3 Mon Sep 17 00:00:00 2001 From: VyacheslavShtyrlin Date: Mon, 26 Dec 2022 22:49:28 +0500 Subject: [PATCH] fix popupShare --- src/components/PopupShare/PopupShare.tsx | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/components/PopupShare/PopupShare.tsx b/src/components/PopupShare/PopupShare.tsx index 21605c9..b25df0e 100644 --- a/src/components/PopupShare/PopupShare.tsx +++ b/src/components/PopupShare/PopupShare.tsx @@ -19,3 +19,28 @@ export const PopupShare: React.FC = ({ setClose, data }) => { useEffect(() => () => setCopy(false), []); + + return ( +
+
+ Пригласить на демонстрацию + +
+
+ Код подключения + +
+
+
+ Ссылка для подключения + +
+
+ +
+
+ ) +} \ No newline at end of file