From b04c870a3d828ddfff4a62f3a42cc362c11c39ed Mon Sep 17 00:00:00 2001
From: Aldrin <53973174+Dhoni77@users.noreply.github.com>
Date: Thu, 28 Sep 2023 17:00:32 +0530
Subject: [PATCH] fix: remove cal.com before team name (#11544)
---
apps/web/pages/404.tsx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/apps/web/pages/404.tsx b/apps/web/pages/404.tsx
index 978edac7a1..6871c19630 100644
--- a/apps/web/pages/404.tsx
+++ b/apps/web/pages/404.tsx
@@ -250,11 +250,8 @@ export default function Custom404() {
) : IS_CALCOM ? (
{t(`404_the_${currentPageType.toLowerCase()}`)}{" "}
-
- {new URL(WEBSITE_URL).hostname}
- {username}
- {" "}
- {t("is_still_available")} {t("register_now")}.
+ {username} {t("is_still_available")}{" "}
+ {t("register_now")}.
) : (