From 6dfd3f4aba4b869aa348934292faa2161573233c Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 23 Sep 2021 21:05:24 +0100 Subject: [PATCH] minor fix to powered by (#757) --- components/seo/head-seo.tsx | 2 +- components/ui/PoweredByCalendso.tsx | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/components/seo/head-seo.tsx b/components/seo/head-seo.tsx index 65839a005d..f0446b7b80 100644 --- a/components/seo/head-seo.tsx +++ b/components/seo/head-seo.tsx @@ -69,7 +69,7 @@ const buildSeoMeta = (pageProps: { const constructImage = (name: string, avatar: string, description: string): string => { return ( encodeURIComponent("Meet **" + name + "**
" + description).replace(/'/g, "%27") + - ".png?md=1&images=https%3A%2F%2Fcal.com%2Fcalendso-logo-white.svg&images=" + + ".png?md=1&images=https%3A%2F%2Fcal.com%2Flogo-white.svg&images=" + encodeURIComponent(avatar) ); }; diff --git a/components/ui/PoweredByCalendso.tsx b/components/ui/PoweredByCalendso.tsx index dd75088b69..4cbc3e5d21 100644 --- a/components/ui/PoweredByCalendso.tsx +++ b/components/ui/PoweredByCalendso.tsx @@ -6,17 +6,11 @@ const PoweredByCalendso = () => ( powered by{" "} Cal.com Logo - Cal.com Logo + Cal.com Logo