Skip to content

Commit 0d266d2

Browse files
committed
Reorder menu
1 parent edde87d commit 0d266d2

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
@@ -9,14 +9,14 @@
99
name: "Home",
1010
path: "/",
1111
},
12-
{
13-
name: "Stats",
14-
path: "/stats",
15-
},
1612
{
1713
name: "Crates",
1814
path: "/crates",
1915
},
16+
{
17+
name: "Stats",
18+
path: "/stats",
19+
},
2020
{
2121
name: "Settings",
2222
path: "/settings",

0 commit comments

Comments
 (0)