Merge branch 'main' into add_booking_confirmed_webhook_event

add_booking_confirmed_webhook_event
kodiakhq[bot] 2022-01-11 16:27:18 +00:00 committed by GitHub
commit eda9cd3d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export const HeadSeo: React.FC<HeadSeoProps & { children?: never }> = (props) =>
nextSeoProps = {},
} = props;
const truncatedDescription = description.length > 32 ? description.substring(0, 31) + "..." : description;
const truncatedDescription = description.length > 24 ? description.substring(0, 23) + "..." : description;
const pageTitle = title + " | Cal.com";
let seoObject = buildSeoMeta({
title: pageTitle,