Skip to content

Commit 80cd586

Browse files
Add missing H1 to / route for proper heading hierarchy and accessibility
1 parent db84709 commit 80cd586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/layouts/HomepageLayout.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ setJumpToState(null);
3636
/>
3737

3838
<BaseLayout title="" variant="homepage" homepageConfig={config}>
39+
40+
<h1 class="text-5xl font-bold mb-xl col-span-full">Welcome to p5.js</h1>
41+
3942
<div class="content-grid-simple mb-xl">
4043
<div
4144
class="col-span-2 lg:col-span-3 order-1 grid grid-cols-subgrid content-start"

0 commit comments

Comments
 (0)