more text

This commit is contained in:
Felix Roos 2024-01-18 18:30:57 +01:00
parent 4229d673c9
commit c6f3a8b7c7

View File

@ -32,8 +32,8 @@ const posts = (await getCollection('blog')).sort((a, b) => compareDesc(a.data.da
<PageContent>
<h1>Community Oven</h1>
<p>
This page contains all the strudels baked by the community.<br /> Add your own by clicking the "Share" button
in the REPL
This page contains all the strudel patterns baked by the community. Add your own by clicking the "Share"
button in the REPL. Have fun, and please share some of what you create with the community.
</p>
<CommunityOven client:only />
</PageContent>