diff --git a/apps/app/src/app/(app)/setup/lib/constants.ts b/apps/app/src/app/(app)/setup/lib/constants.ts index 2118add963..fed32afe60 100644 --- a/apps/app/src/app/(app)/setup/lib/constants.ts +++ b/apps/app/src/app/(app)/setup/lib/constants.ts @@ -100,7 +100,7 @@ export const steps: Step[] = [ key: 'workLocation', question: 'How does your team work?', placeholder: 'e.g., Remote', - options: ['Fully remote', 'Hybrid (office + remote)', 'Office-based', 'Other'], + options: ['Fully remote', 'Hybrid (office + remote)', 'Office-based'], }, { key: 'infrastructure',