Skip to content

Commit 20f208b

Browse files
initial draft
1 parent b8a1964 commit 20f208b

File tree

2 files changed

+448
-2
lines changed

2 files changed

+448
-2
lines changed

src/routes/+layout.svelte

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
{ text: "Projects", href: "/community/projects" },
110110
{ text: "Community principles", href: "/community/principles" },
111111
{
112-
text: "Contribution approach",
113-
href: "/community/contribution-approach",
112+
text: "Contribution criteria",
113+
href: "/community/contribution-criteria",
114114
},
115115
{
116116
text: "Blog posts, videos and podcasts",
@@ -246,6 +246,10 @@
246246
},
247247
{ text: "Projects", href: "/community/projects" },
248248
{ text: "Community principles", href: "/community/principles" },
249+
{
250+
text: "Contribution criteria",
251+
href: "/community/contribution-criteria",
252+
},
249253
{
250254
text: "Contribution approach",
251255
href: "/community/contribution-approach",

0 commit comments

Comments
 (0)