Skip to content

Commit

Permalink
[fix] Fix typos on application page
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 authored Jan 18, 2025
1 parent 58f9021 commit 12ad021
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/(hero-layout)/apply/students/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ export default function StudentApplyPage() {
values.
<strong>
The application is due on {config.application_deadline}.
</strong>
</strong>{' '}
Decisions will be released via email on
{config.written_round_decision_date}. Note that all
{' '}{config.written_round_decision_date}. Note that all
applications are reviewed after the deadline, so there&apos;s
no advantage to submitting early.
</div>
Expand Down Expand Up @@ -210,7 +210,7 @@ export default function StudentApplyPage() {
{config.infosession_dates}, and there will be multiple virtual
infosessions on {config.virtual_infosessions_date}. These
sessions will give you a chance to ask questions and talk to
our members in a comfortable setting!&nbsp; Take a look at our{' '}
our members in a comfortable setting! Take a look at our{' '}
<Link href="https://go.calblueprint.org/infosession">
infosession schedule
</Link>{' '}
Expand All @@ -232,7 +232,7 @@ export default function StudentApplyPage() {
understand your connection to Blueprint&apos;s mission and
values.{' '}
<strong>
The application is due on {config.application_deadline}{' '}
The application is due on {config.application_deadline}.
</strong>{' '}
Decisions will be released via email on{' '}
{config.written_round_decision_date}. Note that all
Expand Down Expand Up @@ -319,7 +319,7 @@ export default function StudentApplyPage() {
{config.infosession_dates}, and there will be multiple virtual
infosessions on {config.virtual_infosessions_date}. These
sessions will give you a chance to ask questions and talk to
our members in a comfortable setting!&nbsp; Take a look at our{' '}
our members in a comfortable setting! Take a look at our{' '}
<Link href="https://go.calblueprint.org/infosession">
infosession schedule
</Link>{' '}
Expand All @@ -341,7 +341,7 @@ export default function StudentApplyPage() {
understand your connection to Blueprint&apos;s mission and
values.{' '}
<strong>
The application is due on {config.application_deadline}
The application is due on {config.application_deadline}.
</strong>{' '}
Decisions will be released via email on{' '}
{config.written_round_decision_date} by midnight. Note that
Expand Down

0 comments on commit 12ad021

Please sign in to comment.