reoder the NavLinks (#1268)

Co-authored-by: Hunter275 <hunterthor275@gmail.com>
This commit is contained in:
Hunter Thornsberry
2026-07-11 22:29:32 -04:00
committed by GitHub
parent 38c7569d0f
commit b0bde79fc9

View File

@@ -121,17 +121,21 @@ export const Sidebar = ({ children }: SidebarProps) => {
page: "messages",
count: numUnread ? numUnread : undefined,
},
{ name: t("navigation.map"), icon: MapIcon, page: "map" },
{
name: t("navigation.settings"),
icon: SettingsIcon,
page: "settings",
},
{
name: `${t("navigation.nodes")} (${displayedNodeCount})`,
icon: UsersIcon,
page: "nodes",
},
{
name: t("navigation.map"),
icon: MapIcon,
page: "map",
},
{
name: t("navigation.settings"),
icon: SettingsIcon,
page: "settings",
},
];
return (