We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db84709 commit 80cd586Copy full SHA for 80cd586
src/layouts/HomepageLayout.astro
@@ -36,6 +36,9 @@ setJumpToState(null);
36
/>
37
38
<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
42
<div class="content-grid-simple mb-xl">
43
<div
44
class="col-span-2 lg:col-span-3 order-1 grid grid-cols-subgrid content-start"
0 commit comments