Move maintenance menu item, remove redundant title

This commit is contained in:
Claudio Ortolina
2026-03-16 19:28:47 +00:00
parent a459666126
commit 270762cdb6
2 changed files with 9 additions and 13 deletions
@@ -105,6 +105,14 @@
>
{gettext("Online Store Templates")}
</.dropdown_nav>
<.dropdown_nav
current_section={@current_section}
section={:maintenance}
route={~p"/dev/maintenance"}
icon="hero-wrench-screwdriver"
>
{gettext("Maintenance")}
</.dropdown_nav>
<.dropdown_separator />
<.dropdown_link href={~p"/dev/dashboard"}>
<.icon
@@ -123,15 +131,6 @@
<.icon name="hero-bug-ant" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
{gettext("Errors")}
</.dropdown_link>
<.dropdown_link href={~p"/dev/maintenance"}>
<.icon
name="hero-wrench-screwdriver"
class="h-4 w-4 mr-2"
aria-hidden="true"
data-slot="icon"
/>
{gettext("Maintenance")}
</.dropdown_link>
<.dropdown_separator />
<.dropdown_link href={~p"/login"}>
<.icon