Skip to content

Commit 3008dc9

Browse files
move nav link
1 parent 16c1244 commit 3008dc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/routes/+layout.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
text: "Share findings about your users",
8686
href: "/community/share-findings",
8787
},
88+
{
89+
text: "Contribution criteria",
90+
href: "/community/contribution-criteria",
91+
},
8892
{
8993
text: "Propose a component or pattern",
9094
href: "/community/propose-component",
@@ -108,10 +112,6 @@
108112
},
109113
{ text: "Projects", href: "/community/projects" },
110114
{ text: "Community principles", href: "/community/principles" },
111-
{
112-
text: "Contribution criteria",
113-
href: "/community/contribution-criteria",
114-
},
115115
{
116116
text: "Blog posts, videos and podcasts",
117117
href: "/community/blog-posts",

0 commit comments

Comments
 (0)