Skip to content

Commit

Permalink
minor updates to class times (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 authored Aug 7, 2023
1 parent 5b63e88 commit 208d69b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/programs/highschool/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ const HighschoolSignup: NextPage<HighschoolSignupProps> = ({ courses }) => {
</p> */}
<p className='dynamic-txt'>
Fall classes start the week of
<b className='secondary'> August 21st </b>
<b className='secondary'> August 28th </b>
and end the week of
<b className='secondary'> December 11th</b>.
<b className='secondary'> December 18th</b>.
</p>
</div>
<Link href='/programs/highschool' passHref>
Expand Down
4 changes: 2 additions & 2 deletions src/Forms/formData/highSchoolApplicationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ export const courseTimes = {
value: 'advanced-virtual-t-th-5-7',
location: 'Virtual',
preReq: 'Fundamentals of HTML, CSS, and Javascript',
time: 'Tuesdays + Thursdays | 5:00pm - 7:00pm',
name: 'Virtual: Tuesdays + Thursdays | 5:00pm - 7:00pm',
time: 'Mondays + Wednesdays | 5:00pm - 7:00pm',
name: 'Virtual: Mondays + Wednesdays | 5:00pm - 7:00pm',
},
{
course: 'advanced',
Expand Down

1 comment on commit 208d69b

@vercel
Copy link

@vercel vercel bot commented on 208d69b Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.