Skip to content

Commit 8e83add

Browse files
committed
feat: correct expected loading height for project section
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent e075e0e commit 8e83add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index/sections/workouts/workouts-section.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}}
4040
>
4141
{#if loading}
42-
<Loading height={529.75} />
42+
<Loading height={532.41} />
4343
{:else if workouts != null}
4444
<p>
4545
One of my favorite things is staying active and enjoying the outdoors. I grew up in New

0 commit comments

Comments
 (0)