From 5a0e4c8726f09430443f6b7882fbe7e92bb12aec Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 26 Oct 2022 14:31:19 +0100 Subject: [PATCH] removed link from cal video (#5228) * removed link from cal video * nit --- apps/web/pages/video/[uid].tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) 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
);