fix color for calcom logo on /video (#4326)

* fixed daily video logo

* nit
This commit is contained in:
Peer Richelsen 2022-09-09 09:44:25 +02:00 committed by GitHub
parent d0225824fb
commit 342c281f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}/calcom-logo-white-word.svg`}
src={`${WEBSITE_URL}/cal-logo-word-dark.svg`}
alt="Cal.com Logo"
style={{
top: 46,