Skip to content

Commit 2a72958

Browse files
chore: update nav slot details order
1 parent d45e190 commit 2a72958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useCurrentRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { useMemo } from "react";
44
export type RouteLabel = "Overview" | "Schedule" | "Gossip" | "Slot Details";
55
export const RouteLabelToPath: Record<RouteLabel, string> = {
66
Overview: "/",
7+
"Slot Details": "/slotDetails",
78
Schedule: "/leaderSchedule",
89
Gossip: "/gossip",
9-
"Slot Details": "/slotDetails",
1010
};
1111

1212
export function useCurrentRoute() {

0 commit comments

Comments
 (0)