From 5cf286a7535c43022b7abb17201ceae2ef54c089 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 25 Jul 2023 18:32:43 +0100 Subject: [PATCH] Update team sizes and copy --- src/components/CreateTeam/Step1.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/CreateTeam/Step1.tsx b/src/components/CreateTeam/Step1.tsx index 2be5b7138..2df45c47d 100644 --- a/src/components/CreateTeam/Step1.tsx +++ b/src/components/CreateTeam/Step1.tsx @@ -5,10 +5,12 @@ import type { TeamDocument } from './CreateTeamForm'; import { NextButton } from './NextButton'; export const validTeamSizes = [ - '0-1', - '2-10', - '11-50', - '51-200', + '1-5', + '6-10', + '11-25', + '26-50', + '51-100', + '101-200', '201-500', '501-1000', '1000+', @@ -134,7 +136,7 @@ export function Step1(props: Step1Props) { autofocus={true} id="name" className="mt-2 block w-full rounded-lg border border-gray-300 px-3 py-2 shadow-sm outline-none placeholder:text-gray-400 focus:ring-2 focus:ring-black focus:ring-offset-1" - placeholder="roadmap.sh" + placeholder="Roadmap Inc." disabled={isLoading} required value={name} @@ -167,7 +169,7 @@ export function Step1(props: Step1Props) { {selectedTeamType === 'company' && (
- Company Size + Tech Team Size