File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments