Skip to content

Commit

Permalink
Merge pull request #193 from OperationSpark/minor-hs-form-update-1-1-…
Browse files Browse the repository at this point in the history
…2025

update application type + start date
  • Loading branch information
harveysanders authored Jan 2, 2025
2 parents 89ecf2c + 930c514 commit 5aac852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pages/programs/highschool/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ const HighschoolSignup: NextPage<HighschoolSignupProps> = ({ courses }) => {
<div className='program-header'>
<div className='header-card'>
<h1 className='dynamic-xl secondary'>{highSchoolApplicationDetails.season}</h1>
<h2 className='dynamic-h2 secondary'>Coding Camp Application</h2>
<h2 className='dynamic-h2 secondary'>
{highSchoolApplicationDetails.applicationType}
</h2>
<p className='dynamic-txt'>
Open to sophomores, juniors, and seniors
<b> (Graduating classes of 2025, 2026, and 2027)</b>.
Expand Down
4 changes: 3 additions & 1 deletion src/Forms/formData/highSchoolApplicationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ export const highSchoolApplicationDetails = {
season: 'Winter/Spring',
mainSeason: 'Spring',
year: '2025',
startWeek: 'January 20th',
startWeek: 'January 27th',
endWeek: 'May 19th',
// applicationType: 'Coding Camp Application'
applicationType: 'After-school Application',
};

export const courses = [
Expand Down

0 comments on commit 5aac852

Please sign in to comment.