diff --git a/apps/web/components/eventtype/EventTypeDescription.tsx b/apps/web/components/eventtype/EventTypeDescription.tsx
index 2601b0e9f0..4a325fc71a 100644
--- a/apps/web/components/eventtype/EventTypeDescription.tsx
+++ b/apps/web/components/eventtype/EventTypeDescription.tsx
@@ -38,24 +38,24 @@ export const EventTypeDescription = ({ eventType, className }: EventTypeDescript
)}
- -
+
-
{eventType.length} {t("minutes")}
{eventType.schedulingType ? (
- -
+
-
{eventType.schedulingType === SchedulingType.ROUND_ROBIN && t("round_robin")}
{eventType.schedulingType === SchedulingType.COLLECTIVE && t("collective")}
) : (
- -
+
-
{t("1_on_1")}
)}
{recurringEvent?.count && recurringEvent.count > 0 && (
- -
+
-
{t("repeats_up_to", {
count: recurringEvent.count,
@@ -63,7 +63,7 @@ export const EventTypeDescription = ({ eventType, className }: EventTypeDescript
)}
{eventType.price > 0 && (
- -
+
-
)}
{eventType.requiresConfirmation && (
-
-
+
-
{t("requires_confirmation")}
diff --git a/apps/web/pages/team/[slug].tsx b/apps/web/pages/team/[slug].tsx
index 4afa3b7721..fb91a553a3 100644
--- a/apps/web/pages/team/[slug].tsx
+++ b/apps/web/pages/team/[slug].tsx
@@ -102,7 +102,7 @@ function TeamPage({ team }: TeamPageProps) {
-
+
{t("or")}