Skip to content

Commit

Permalink
chore: more spelling and grammar fixes (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnamchoi authored Feb 19, 2024
1 parent d16f2b1 commit 3746e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(account)/join/steps/StepTwo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function StepTwo() {
<ControlledField label="First Name" control={form.control} name="firstName" />
<ControlledField label="Last Name" control={form.control} name="lastName" />
<ControlledField
label="Are you an university student?"
label="Are you a university student?"
control={form.control}
name="studentStatus"
options={STUDENT_STATUSES}
Expand Down
2 changes: 1 addition & 1 deletion src/app/sponsors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function SponsorsPage() {
<Duck colour="yellow" size={80} className="hidden md:block" />
</div>
<div className="max-w-3xl border-x-4 border-white p-2 text-center text-lg md:p-5 md:text-2xl">
The <b>University of Adelaide Computer Science Club</b> are proudly supported by our{' '}
The <b>University of Adelaide Computer Science Club</b> is proudly supported by our{' '}
<b>generous sponsors</b>. Their unwavering support make events and workshops
possible, fostering an environment for aspiring tech enthusiasts to excel within our
community.
Expand Down

0 comments on commit 3746e05

Please sign in to comment.