fix: remove cal.com before team name (#11544)

This commit is contained in:
Aldrin 2023-09-28 17:00:32 +05:30 committed by GitHub
parent 09abb90c8b
commit b04c870a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,11 +250,8 @@ export default function Custom404() {
) : IS_CALCOM ? ( ) : IS_CALCOM ? (
<a target="_blank" href={url} className="mt-2 inline-block text-lg" rel="noreferrer"> <a target="_blank" href={url} className="mt-2 inline-block text-lg" rel="noreferrer">
{t(`404_the_${currentPageType.toLowerCase()}`)}{" "} {t(`404_the_${currentPageType.toLowerCase()}`)}{" "}
<strong className="text-blue-500"> <strong className="text-blue-500">{username}</strong> {t("is_still_available")}{" "}
{new URL(WEBSITE_URL).hostname} <span className="text-blue-500">{t("register_now")}</span>.
{username}
</strong>{" "}
{t("is_still_available")} <span className="text-blue-500">{t("register_now")}</span>.
</a> </a>
) : ( ) : (
<span className="mt-2 inline-block text-lg"> <span className="mt-2 inline-block text-lg">