mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 23:16:37 -04:00
reoder the NavLinks (#1268)
Co-authored-by: Hunter275 <hunterthor275@gmail.com>
This commit is contained in:
committed by
GitHub
parent
38c7569d0f
commit
b0bde79fc9
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user