fixed 404 logo on cal video (#3885)

pull/3599/head
Peer Richelsen 2022-08-17 16:59:00 +02:00 committed by GitHub
parent 592d46f758
commit d8fab68edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default function JoinCall(props: JoinCallPageProps) {
// eslint-disable-next-line @next/next/no-img-element // 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}/calendso-logo-white-word.svg`} src={`${WEBSITE_URL}/calcom-logo-white-word.svg`}
alt="Cal.com Logo" alt="Cal.com Logo"
style={{ style={{
top: 46, top: 46,