diff --git a/src/button/ShareButton.tsx b/src/button/ShareButton.tsx index 11f4acbb..04046e69 100644 --- a/src/button/ShareButton.tsx +++ b/src/button/ShareButton.tsx @@ -24,7 +24,13 @@ export const ShareButton: FC< > = (props) => { const { t } = useTranslation(); return ( - ); diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 4d4d8279..a5ab9e0d 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -423,7 +423,7 @@ export function InCallView({ {!reducedControls && onShareClick !== null && ( - + )} diff --git a/src/room/VideoPreview.tsx b/src/room/VideoPreview.tsx index 922cb05d..87c3c206 100644 --- a/src/room/VideoPreview.tsx +++ b/src/room/VideoPreview.tsx @@ -106,7 +106,13 @@ export const VideoPreview: FC = ({ const content = ( <> -