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() {
Mapbox Keys Required

You must set both your public and secret Mapbox keys before using navigation features.

- Go to "Manage Keys" + Go to "Manage Keys"
` 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" },