diff --git a/src/home/JoinExistingCallModal.tsx b/src/home/JoinExistingCallModal.tsx index 02d7cd2a..078d317f 100644 --- a/src/home/JoinExistingCallModal.tsx +++ b/src/home/JoinExistingCallModal.tsx @@ -43,7 +43,9 @@ export function JoinExistingCallModal({ onJoin, onClose, ...rest }: Props) {

{t("This call already exists, would you like to join?")}

- + diff --git a/src/home/UnauthenticatedView.tsx b/src/home/UnauthenticatedView.tsx index be20d702..4d4f5ced 100644 --- a/src/home/UnauthenticatedView.tsx +++ b/src/home/UnauthenticatedView.tsx @@ -173,7 +173,12 @@ export const UnauthenticatedView: FC = () => { )} -
diff --git a/src/room/VideoPreview.tsx b/src/room/VideoPreview.tsx index 6325bda0..aaf9df58 100644 --- a/src/room/VideoPreview.tsx +++ b/src/room/VideoPreview.tsx @@ -64,7 +64,13 @@ export function VideoPreview({ return (
-
))} -