Skip to content

Commit 2bcbbc9

Browse files
committed
Add political options
1 parent 527d36a commit 2bcbbc9

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

web/components/optional-profile-form.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,19 @@ export const OptionalLoveUserForm = (props: {
394394
<label className={clsx(labelClassName)}>Political beliefs</label>
395395
<MultiCheckbox
396396
choices={{
397+
Progressive: 'progressive',
397398
Liberal: 'liberal',
398-
Moderate: 'moderate',
399+
'Moderate / Centrist': 'moderate',
399400
Conservative: 'conservative',
400401
Socialist: 'socialist',
402+
Nationalist: 'nationalist',
403+
Populist: 'populist',
404+
'Green / Eco-Socialist': 'green',
405+
Technocratic: 'technocratic',
401406
Libertarian: 'libertarian',
402-
'e/acc': 'e/acc',
403-
'Pause AI': 'pause ai',
404-
Other: 'other',
407+
'Effective Accelerationism': 'e/acc',
408+
'Pause AI / Tech Skeptic': 'pause ai',
409+
'Independent / Other': 'other',
405410
}}
406411
selected={profile['political_beliefs'] ?? []}
407412
onChange={(selected) => setProfile('political_beliefs', selected)}

0 commit comments

Comments
 (0)