Skip to content

Commit 34a6fb0

Browse files
committed
Also rearrange the one in top menu
1 parent 239b9f6 commit 34a6fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1110,11 +1110,11 @@ function nav_links()
11101110
];
11111111
$links['rankings'] = [
11121112
'rankings.type.performance' => route('rankings', ['mode' => $defaultMode, 'type' => 'performance']),
1113-
'rankings.type.charts' => route('rankings', ['mode' => $defaultMode, 'type' => 'charts']),
11141113
'rankings.type.score' => route('rankings', ['mode' => $defaultMode, 'type' => 'score']),
11151114
'rankings.type.country' => route('rankings', ['mode' => $defaultMode, 'type' => 'country']),
11161115
'rankings.type.multiplayer' => route('multiplayer.rooms.show', ['room' => 'latest']),
11171116
'rankings.type.seasons' => route('seasons.show', ['season' => 'latest']),
1117+
'rankings.type.charts' => route('rankings', ['mode' => $defaultMode, 'type' => 'charts']),
11181118
'layout.menu.rankings.kudosu' => route('rankings.kudosu'),
11191119
];
11201120
$links['community'] = [

0 commit comments

Comments
 (0)