Skip to content

Commit 10a5a9d

Browse files
authored
Merge pull request #1056 from processing/ksen0-patch-3
Add welcome header to HomepageLayout
2 parents c15aff2 + 787ba89 commit 10a5a9d

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 2!</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)