diff --git a/pages/call/[uid].tsx b/pages/call/[uid].tsx index b073311c..2829faf5 100644 --- a/pages/call/[uid].tsx +++ b/pages/call/[uid].tsx @@ -1,7 +1,8 @@ import DailyIframe from "@daily-co/daily-js"; import { getSession } from "next-auth/client"; +import Link from "next/link"; import { useRouter } from "next/router"; -import { useEffect } from "react"; +import React, { useEffect } from "react"; import prisma from "../../lib/prisma"; @@ -48,7 +49,22 @@ export default function JoinCall(props, session) { } }, []); - return JoinCall; + return ( +
+ + Cal.com Logo + + {JoinCall} +
+ ); } export async function getServerSideProps(context) { diff --git a/pages/call/no-meeting-found.tsx b/pages/call/no-meeting-found.tsx index 4a126903..aaebfb51 100644 --- a/pages/call/no-meeting-found.tsx +++ b/pages/call/no-meeting-found.tsx @@ -7,7 +7,7 @@ import Button from "@components/ui/Button"; export default function NoMeetingFound() { return (
- +