Skip to content

Commit 9f63c2c

Browse files
anyaparekhSaketR3
andauthored
Update Application Process Information (#94)
* Update Application Process Information --------- Co-authored-by: Saket Reddy <144753536+SaketR3@users.noreply.github.com>
1 parent ab54810 commit 9f63c2c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

src/routes/join/students/+page.svelte

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,12 @@
3939

4040
<Section color="var(--gray-lighter)" padding="40px">
4141
<h2 id="process">Application Process</h2>
42-
<p>{@html data.info.applicationBlurb}</p>
43-
<div id="process-steps">
44-
{#each data.applicationSteps as step}
45-
<Step icon={iconMap[step.icon]}>
46-
<span slot="name">{step.name}</span>
47-
<span slot="date">{step.date ?? ""}</span>
48-
<span slot="description">{@html step.description}</span>
49-
</Step>
50-
{/each}
51-
</div>
42+
<p>
43+
Submit your application by 11:59 PM CDT on Sunday, August 31st! The
44+
application can be found here: <a href="https://h4i.app/ly"
45+
>https://h4i.app/ly</a
46+
>
47+
</p>
5248
</Section>
5349

5450
{#if data.faqs.length > 0}

0 commit comments

Comments
 (0)