Skip to content

Commit

Permalink
typo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl20052005 committed Dec 15, 2023
1 parent 8e5faf0 commit 154da40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/site/src/app/apply/sections/Form/BasicInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export default function BasicInformation() {

<div className="flex gap-5 w-full max-[1000px]:flex-col max-[1000px]:items-center">
<RadioSelect
IdentifierId="pronoun-identifier"
name="pronoun"
labelText="Pronoun"
IdentifierId="pronouns-identifier"
name="pronouns"
labelText="Pronouns"
values={pronouns}
containerClass="flex flex-col w-6/12 max-[1000px]:w-full"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ProfileInformation() {
<Textfield
name="job-answer"
labelClass={`${styles.label} mt-7`}
labelText="If you could have any job in the world, what would it be? (ex. Youtuber, Body Builder, etc.) (100 words)"
labelText="If you could have any job in the world, what would it be? (ex. YouTuber, Body Builder, etc.) (100 words)"
inputClass={`bg-[#E1E1E1] p-3 h-48 resize-none rounded-xl`}
containerClass="flex flex-col w-full"
isRequired={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const educationLevels = [
const universityOptions = [
{ value: "UC Irvine", text: "UC Irvine" },
{ value: "Cal Poly Pomona", text: "Cal Poly Pomona" },
{ value: "Cal State Long Beach", text: "Cal State Long Beach" },
{ value: "Cal State Fullerton", text: "Cal State Fullerton" },
{ value: "Cal State Long Beach", text: "Cal State Long Beach" },
{ value: "UC Berkeley", text: "UC Berkeley" },
{ value: "UCLA", text: "UCLA" },
{ value: "UC Riverside", text: "UC Riverside" },
Expand Down

0 comments on commit 154da40

Please sign in to comment.