diff --git a/apps/site/src/app/apply/sections/Form/AgeInformation.tsx b/apps/site/src/app/apply/sections/Form/AgeInformation.tsx index 15f78a02..deeaffa3 100644 --- a/apps/site/src/app/apply/sections/Form/AgeInformation.tsx +++ b/apps/site/src/app/apply/sections/Form/AgeInformation.tsx @@ -33,7 +33,7 @@ export default function AgeInformation() { name="minor-check" values={yesNoOptions} title="Will you be 18 years or older by January 26th, 2024?" - titleClass="text-xl font-bold m-0" + titleClass="text-xl font-bold m-0 text-center" containerClassTotal="flex flex-col gap-1 w-full items-center" isRequired={true} labelClass="font-bold text-xl" diff --git a/apps/site/src/app/apply/sections/Form/BasicInformation.tsx b/apps/site/src/app/apply/sections/Form/BasicInformation.tsx index d1674c01..088ba799 100644 --- a/apps/site/src/app/apply/sections/Form/BasicInformation.tsx +++ b/apps/site/src/app/apply/sections/Form/BasicInformation.tsx @@ -3,8 +3,8 @@ import TextInput from "@/app/apply/sections/Components/TextInput"; import styles from "./Form.module.scss"; const pronouns = [ - { value: "she", text: "She/her/hers" }, { value: "he", text: "He/him/his" }, + { value: "she", text: "She/her/hers" }, { value: "they", text: "They/them/theirs" }, { value: "ze", text: "Ze/zir/zirs" }, { value: "other", text: "Other:" }, diff --git a/apps/site/src/app/apply/sections/Form/ProfileInformation.tsx b/apps/site/src/app/apply/sections/Form/ProfileInformation.tsx index 958ad2ab..697e7fdf 100644 --- a/apps/site/src/app/apply/sections/Form/ProfileInformation.tsx +++ b/apps/site/src/app/apply/sections/Form/ProfileInformation.tsx @@ -44,7 +44,7 @@ export default function ProfileInformation() { - +
+ - + +
); }