From 817a71ab73e457d08a90d57900deed9962a5223d Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:08:05 -0500 Subject: [PATCH] mapbox --- .../assets/components/navigation/navigation_destination.js | 2 +- starpilot/system/the_pond/assets/components/sidebar.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/starpilot/system/the_pond/assets/components/navigation/navigation_destination.js b/starpilot/system/the_pond/assets/components/navigation/navigation_destination.js index 755308fc9..1a23e1b27 100644 --- a/starpilot/system/the_pond/assets/components/navigation/navigation_destination.js +++ b/starpilot/system/the_pond/assets/components/navigation/navigation_destination.js @@ -622,7 +622,7 @@ export function NavDestination() {
` diff --git a/starpilot/system/the_pond/assets/components/sidebar.js b/starpilot/system/the_pond/assets/components/sidebar.js index 35f3cfbde..257084d37 100644 --- a/starpilot/system/the_pond/assets/components/sidebar.js +++ b/starpilot/system/the_pond/assets/components/sidebar.js @@ -16,6 +16,7 @@ const MENU_ITEMS = { { name: "Galaxy", link: "/galaxy", icon: "bi-globe2" }, { name: "Long Maneuvers", link: "/longitudinal_maneuvers", icon: "bi-signpost-split" }, { name: "Maps", link: "/manage_maps", icon: "bi-map" }, + { name: "Navigation Keys", link: "/manage_navigation_keys", icon: "bi-key-fill" }, { name: "Model Manager", link: "/manage_models", icon: "bi-cpu" }, { name: "Plots", link: "/plots", icon: "bi-graph-up-arrow" }, { name: "Testing Ground", link: "/testing_ground", icon: "bi-bezier2" },