diff --git a/src/routes/join/students/+page.svelte b/src/routes/join/students/+page.svelte index 48d094f..d514af0 100644 --- a/src/routes/join/students/+page.svelte +++ b/src/routes/join/students/+page.svelte @@ -39,16 +39,12 @@

Application Process

-

{@html data.info.applicationBlurb}

-
- {#each data.applicationSteps as step} - - {step.name} - {step.date ?? ""} - {@html step.description} - - {/each} -
+

+ Submit your application by 11:59 PM CDT on Sunday, August 31st! The + application can be found here: https://h4i.app/ly +

{#if data.faqs.length > 0}