Skip to content

Commit a6777b2

Browse files
committed
chore: remove 'Other' work location option
1 parent 5722cd7 commit a6777b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/app/(app)/setup/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const steps: Step[] = [
100100
key: 'workLocation',
101101
question: 'How does your team work?',
102102
placeholder: 'e.g., Remote',
103-
options: ['Fully remote', 'Hybrid (office + remote)', 'Office-based', 'Other'],
103+
options: ['Fully remote', 'Hybrid (office + remote)', 'Office-based'],
104104
},
105105
{
106106
key: 'infrastructure',

0 commit comments

Comments
 (0)