fixed 404 logo on cal video (#3885)
parent
592d46f758
commit
d8fab68edd
|
@ -69,7 +69,7 @@ export default function JoinCall(props: JoinCallPageProps) {
|
|||
// eslint-disable-next-line @next/next/no-img-element
|
||||
<img
|
||||
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"
|
||||
style={{
|
||||
top: 46,
|
||||
|
|
Loading…
Reference in New Issue