From 997b5d529049b2e133250b39b2e1f3cddad32139 Mon Sep 17 00:00:00 2001 From: Somay Chauhan Date: Mon, 11 Sep 2023 16:40:36 +0530 Subject: [PATCH] fix: "no teams" text not visibl in organization's public url (#11257) --- apps/web/pages/team/[slug].tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/web/pages/team/[slug].tsx b/apps/web/pages/team/[slug].tsx index 2d046a7ec6..d7adc53831 100644 --- a/apps/web/pages/team/[slug].tsx +++ b/apps/web/pages/team/[slug].tsx @@ -153,11 +153,9 @@ function TeamPage({ team, isUnpublished, markdownStrippedBio, isValidOrgDomain } ) : (
-
-

- {" " + t("org_no_teams_yet")} -

-

{t("org_no_teams_yet_description")}

+
+

{" " + t("org_no_teams_yet")}

+

{t("org_no_teams_yet_description")}