parent
f2cdb75f91
commit
5a0e4c8726
|
@ -2,7 +2,6 @@ import DailyIframe from "@daily-co/daily-js";
|
||||||
import { NextPageContext } from "next";
|
import { NextPageContext } from "next";
|
||||||
import { getSession } from "next-auth/react";
|
import { getSession } from "next-auth/react";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
import Link from "next/link";
|
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
|
|
||||||
import { SEO_IMG_OGIMG_VIDEO, WEBSITE_URL } from "@calcom/lib/constants";
|
import { SEO_IMG_OGIMG_VIDEO, WEBSITE_URL } from "@calcom/lib/constants";
|
||||||
|
@ -64,9 +63,6 @@ export default function JoinCall(props: JoinCallPageProps) {
|
||||||
<meta property="twitter:description" content={t("quick_video_meeting")} />
|
<meta property="twitter:description" content={t("quick_video_meeting")} />
|
||||||
</Head>
|
</Head>
|
||||||
<div style={{ zIndex: 2, position: "relative" }}>
|
<div style={{ zIndex: 2, position: "relative" }}>
|
||||||
<Link href="/" passHref>
|
|
||||||
{
|
|
||||||
// eslint-disable-next-line @next/next/no-img-element
|
|
||||||
<img
|
<img
|
||||||
className="h-5·w-auto fixed z-10 hidden sm:inline-block"
|
className="h-5·w-auto fixed z-10 hidden sm:inline-block"
|
||||||
src={`${WEBSITE_URL}/cal-logo-word-dark.svg`}
|
src={`${WEBSITE_URL}/cal-logo-word-dark.svg`}
|
||||||
|
@ -76,8 +72,6 @@ export default function JoinCall(props: JoinCallPageProps) {
|
||||||
left: 24,
|
left: 24,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
}
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue