Skip to content

Commit

Permalink
Punctuate onboarding differently (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Dec 16, 2023
1 parent 19bb74b commit 17697e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/option-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const genderOptionGroup: OptionGroup<OptionGroupButtons> = {

const yourPartnersGenderOptionGroup: OptionGroup<OptionGroupCheckChips> = {
title: "Your Partner’s Gender",
description: "Which gender do you want to date? You can select more than one option.",
description: "Which gender do you want to date? You can select more than one option",
input: {
checkChips: {
values: genders.map((x) => ({checked: false, label: x})),
Expand Down Expand Up @@ -734,7 +734,7 @@ const createAccountOptionGroups: OptionGroup<OptionGroupInputs>[] = [
),
{
title: "Step 3 of 7: First Name",
description: "What’s your first name? (You can’t change this later.)",
description: "What’s your first name? You can’t change this later",
input: {
givenName: {
submit: async (input) => (await japi(
Expand Down Expand Up @@ -777,7 +777,7 @@ const createAccountOptionGroups: OptionGroup<OptionGroupInputs>[] = [
),
{
title: 'Step 6 of 7: Photos',
description: 'Profiles with photos are promoted in search results, but you can add these later.',
description: 'Profiles with photos are promoted in search results, but you can add these later',
input: {
photos: {
submit: async (filename, pathOrBase64) => (await mapi(
Expand Down

0 comments on commit 17697e8

Please sign in to comment.