Added og-image for event-types (#1618)

* added headseo

* added username to availability page

* fixed type err

* cleanup

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/1625/head
Syed Ali Shahbaz 2022-01-26 23:01:39 +05:30 committed by GitHub
parent 73de0c2185
commit a9f9822091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ const AvailabilityPage = ({ profile, eventType, workingHours }: Props) => {
title={`${rescheduleUid ? t("reschedule") : ""} ${eventType.title} | ${profile.name}`}
description={`${rescheduleUid ? t("reschedule") : ""} ${eventType.title}`}
name={profile.name || undefined}
avatar={profile.image || undefined}
username={profile.slug || undefined}
// avatar={profile.image || undefined}
/>
<CustomBranding val={profile.brandColor} />
<div>