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