@@ -126,6 +126,7 @@ defmodule ToweropsWeb.Layouts do
>
<.link
+ :if={@current_organization}
navigate={~p"/orgs"}
class="block px-4 py-2 text-sm text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-700"
phx-click={JS.hide(to: "#org-menu")}
diff --git a/lib/towerops_web/live/org_live/index.html.heex b/lib/towerops_web/live/org_live/index.html.heex
index 7c84c468..a951f462 100644
--- a/lib/towerops_web/live/org_live/index.html.heex
+++ b/lib/towerops_web/live/org_live/index.html.heex
@@ -1,4 +1,4 @@
-
+
<.header>
{@page_title}
<:actions>
@@ -35,4 +35,4 @@