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 16c1244 commit 3008dc9Copy full SHA for 3008dc9
src/routes/+layout.svelte
@@ -85,6 +85,10 @@
85
text: "Share findings about your users",
86
href: "/community/share-findings",
87
},
88
+ {
89
+ text: "Contribution criteria",
90
+ href: "/community/contribution-criteria",
91
+ },
92
{
93
text: "Propose a component or pattern",
94
href: "/community/propose-component",
@@ -108,10 +112,6 @@
108
112
109
113
{ text: "Projects", href: "/community/projects" },
110
114
{ text: "Community principles", href: "/community/principles" },
111
- {
- text: "Contribution criteria",
- href: "/community/contribution-criteria",
- },
115
116
text: "Blog posts, videos and podcasts",
117
href: "/community/blog-posts",
0 commit comments