Skip to content

Commit 6bcc4a1

Browse files
committed
Move harmonies before hues in the nav menu
1 parent 634aace commit 6bcc4a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ export const routes = {
3030
name: 'Saturation',
3131
component: Saturation,
3232
},
33-
hues: {
34-
path: '/hues',
35-
name: 'Color Hues',
36-
component: Hues,
37-
},
3833
harmonies: {
3934
path: '/harmonies',
4035
name: 'Harmonies',
4136
component: Harmonies,
4237
useSubheader: true,
4338
},
39+
hues: {
40+
path: '/hues',
41+
name: 'Color Hues',
42+
component: Hues,
43+
},
4444
colorBlindness: {
4545
path: '/color-blindness',
4646
name: 'Color Blindness',

0 commit comments

Comments
 (0)