From a6777b26f6a96ebd0c1d279d76cfacf33e18fd24 Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 24 Jun 2025 10:50:28 -0700 Subject: [PATCH] chore: remove 'Other' work location option --- apps/app/src/app/(app)/setup/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',