rename
This commit is contained in:
parent
c6f3a8b7c7
commit
4f7415b0ec
2 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ export const SIDEBAR: Sidebar = {
|
|||
{ text: 'What is Strudel?', link: 'workshop/getting-started' },
|
||||
{ text: 'Showcase', link: 'intro/showcase' },
|
||||
{ text: 'Blog', link: 'blog' },
|
||||
{ text: 'Community Oven', link: 'oven' },
|
||||
{ text: 'Community Bakery', link: 'oven' },
|
||||
],
|
||||
Workshop: [
|
||||
// { text: 'Getting Started', link: 'workshop/getting-started' },
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ const posts = (await getCollection('blog')).sort((a, b) => compareDesc(a.data.da
|
|||
<html dir={'ltr'} lang={'en'} class="initial dark">
|
||||
<head>
|
||||
<HeadCommon />
|
||||
<title>🌀 Strudel Community Oven</title>
|
||||
<title>🌀 Strudel Community Bakery</title>
|
||||
</head>
|
||||
|
||||
<body class="h-app-height text-gray-50 bg-background">
|
||||
|
|
@ -30,7 +30,7 @@ const posts = (await getCollection('blog')).sort((a, b) => compareDesc(a.data.da
|
|||
<LeftSidebar currentPage={currentPage} />
|
||||
</aside>
|
||||
<PageContent>
|
||||
<h1>Community Oven</h1>
|
||||
<h1>Community Bakery</h1>
|
||||
<p>
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue