From 14ea4d553b37504d51784bd4645e2709706b83fd Mon Sep 17 00:00:00 2001 From: duogenesis <136373989+duogenesis@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:44:53 +1100 Subject: [PATCH] Expose more bio options --- data/option-groups.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/option-groups.tsx b/data/option-groups.tsx index 3a108919..5cb4d12e 100644 --- a/data/option-groups.tsx +++ b/data/option-groups.tsx @@ -221,6 +221,7 @@ const newCheckChipValues = ( const genders = [ 'Man', 'Woman', + 'Agender', 'Intersex', 'Non-binary', 'Transgender', @@ -278,10 +279,12 @@ const orientationOptionGroup: OptionGroup = { values: [ 'Straight', 'Gay', + 'Lesbian', 'Bisexual', 'Asexual', 'Demisexual', 'Pansexual', + 'Queer', 'Other', ], submit: async function(orientation: string) { @@ -503,6 +506,7 @@ const basicsOptionGroups: OptionGroup[] = [ 'Hindu', 'Jewish', 'Muslim', + 'Zoroastrian', 'Other', ], submit: async function(religion: string) {