From b794469c05b2436a92d8953d399d073c94d6b06d Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sat, 9 Oct 2021 16:15:07 +0100 Subject: [PATCH] added cal logo to daily call (#888) * added cal logo to daily call --- pages/call/[uid].tsx | 20 ++++++++++++++++++-- pages/call/no-meeting-found.tsx | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) 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 (
- +