From 8ee56576ea0ccf98cee5a80be5a72589f45b71fb Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 25 Jul 2023 13:21:25 +0100 Subject: [PATCH] Update copy for team creation --- src/components/CreateTeam/Step0.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CreateTeam/Step0.tsx b/src/components/CreateTeam/Step0.tsx index 68bee0337..cec4e78fa 100644 --- a/src/components/CreateTeam/Step0.tsx +++ b/src/components/CreateTeam/Step0.tsx @@ -10,13 +10,13 @@ export const validTeamTypes = [ value: 'company', label: 'Company', icon: BuildingIcon, - description: 'Use roadmap.sh for your company', + description: 'Track the skills and learning progress of the tech team at your company', }, { value: 'study_group', label: 'Study Group', icon: UsersIcon, - description: 'Invite your friends and learn together', + description: 'Invite your friends or course-mates and track your learning progress together', }, ] as const; @@ -87,7 +87,7 @@ export function Step0(props: Step0Props) { validTeamType.value === selectedTeamType ? 'opacity-100' : '' }`} /> - + {validTeamType.label}