Skip to content

Commit 4d045c3

Browse files
committed
fix: software page slot nesting
1 parent 948136e commit 4d045c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/layout/SoftwareHeader.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ const { id, name, icon, github, eol } = Astro.props;
3535
<h2 class="text-4xl leading-normal font-medium lg:text-5xl lg:leading-normal">
3636
<slot name="header" />
3737
</h2>
38-
<p class="mt-4 text-xl"><slot name="description" /></p>
38+
<div class="mt-4 text-xl">
39+
<slot name="description" />
40+
</div>
3941
<div class="mt-8 flex flex-row gap-4">
4042
<Button
4143
variant="filled"

0 commit comments

Comments
 (0)