Skip to content

Commit 1071fb7

Browse files
committed
feat: change order of sections
1 parent 103ea87 commit 1071fb7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/routes/+page.svelte

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
<Intro />
2121

2222
<div class="sections">
23-
{#await data.projects}
24-
<ProjectSection loading />
25-
{:then projects}
26-
<ProjectSection {projects} />
27-
{/await}
28-
29-
<ExperienceSection />
30-
3123
{#await data.workouts}
3224
<WorkoutsSection loading />
3325
{:then workouts}
@@ -42,6 +34,14 @@
4234

4335
<PhotoSection />
4436

37+
{#await data.projects}
38+
<ProjectSection loading />
39+
{:then projects}
40+
<ProjectSection {projects} />
41+
{/await}
42+
43+
<ExperienceSection />
44+
4545
{#await data.games}
4646
<GamesSection loading />
4747
{:then games}

0 commit comments

Comments
 (0)