Skip to content

Commit 912b310

Browse files
authored
Remove commented code for prettier
1 parent db0c81f commit 912b310

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@
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> -->
5242
<p>
5343
Submit your application by 11:59 PM CDT on Sunday, August 31st! The
5444
application can be found here: <a href="https://h4i.app/ly">https://h4i.app/ly</a>

0 commit comments

Comments
 (0)