Skip to content

Commit 25c14d8

Browse files
committed
Fix Heading prop value
1 parent bab1015 commit 25c14d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/lib/components/page-hero.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let header
1515
class="z-10 col-span-full col-start-1 row-start-1 md:col-span-3 md:pt-8 xl:col-span-2 xl:pt-12"
1616
style:transform="translateZ(0)"
1717
>
18-
<Heading level="0" shouldShow={intersecting} transitionIn
18+
<Heading level={0} shouldShow={intersecting} transitionIn
1919
><slot /></Heading
2020
>
2121
</div>

0 commit comments

Comments
 (0)