This commit is contained in:
firestar5683
2026-04-05 17:08:05 -05:00
parent b6fa173103
commit 817a71ab73
2 changed files with 2 additions and 1 deletions
@@ -622,7 +622,7 @@ export function NavDestination() {
<div class="keys-required-widget">
<div class="keys-required-title">Mapbox Keys Required</div>
<p class="keys-required-text">You must set both your public and secret Mapbox keys before using navigation features.</p>
<a href="/navigation_keys" class="keys-required-button">Go to "Manage Keys"</a>
<a href="/manage_navigation_keys" class="keys-required-button">Go to "Manage Keys"</a>
</div>
</section>
`
@@ -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" },