This commit is contained in:
Andrea Vos 2022-09-26 22:45:55 +02:00
parent da53b9dcd7
commit d11c0407dd

View File

@ -64,11 +64,11 @@ const wordsV1 = [
]; ];
const wordsV2 = [ const wordsV2 = [
{ name: 'honorifics', values: [ { header: 'honorifics', values: [
{value: 'sir', opinion: 'nope'}, {value: 'sir', opinion: 'nope'},
{value: 'madam', opinion: 'nope'}, {value: 'madam', opinion: 'nope'},
] }, ] },
{ name: 'relationship descriptions', values: [ { header: 'relationship descriptions', values: [
{value: 'partner', opinion: 'yes'}, {value: 'partner', opinion: 'yes'},
{value: 'boyfriend', opinion: 'nope'}, {value: 'boyfriend', opinion: 'nope'},
{value: 'girlfriend', opinion: 'nope'}, {value: 'girlfriend', opinion: 'nope'},