diff --git a/apps/web/pages/video/[uid].tsx b/apps/web/pages/video/[uid].tsx index a3655f933f..ea81652b21 100644 --- a/apps/web/pages/video/[uid].tsx +++ b/apps/web/pages/video/[uid].tsx @@ -2,7 +2,6 @@ import DailyIframe from "@daily-co/daily-js"; import { NextPageContext } from "next"; import { getSession } from "next-auth/react"; import Head from "next/head"; -import Link from "next/link"; import { useEffect } from "react"; import { SEO_IMG_OGIMG_VIDEO, WEBSITE_URL } from "@calcom/lib/constants"; @@ -64,20 +63,15 @@ export default function JoinCall(props: JoinCallPageProps) {
- - { - // eslint-disable-next-line @next/next/no-img-element - Cal.com Logo - } - + Cal.com Logo
);