diff --git a/apps/ex_nvr_web/lib/ex_nvr_web/components/layouts/app.html.heex b/apps/ex_nvr_web/lib/ex_nvr_web/components/layouts/app.html.heex index 03d46291..f7fd7e9d 100644 --- a/apps/ex_nvr_web/lib/ex_nvr_web/components/layouts/app.html.heex +++ b/apps/ex_nvr_web/lib/ex_nvr_web/components/layouts/app.html.heex @@ -253,7 +253,7 @@ -
+
<.flash_group flash={@flash} /> <%= @inner_content %> diff --git a/apps/ex_nvr_web/lib/ex_nvr_web/live/dashboard_live.ex b/apps/ex_nvr_web/lib/ex_nvr_web/live/dashboard_live.ex index 859ca757..af2f121d 100644 --- a/apps/ex_nvr_web/lib/ex_nvr_web/live/dashboard_live.ex +++ b/apps/ex_nvr_web/lib/ex_nvr_web/live/dashboard_live.ex @@ -19,7 +19,7 @@ defmodule ExNVRWeb.DashboardLive do def render(assigns) do ~H""" -
+
You have no devices, you can create one <.link href={~p"/devices"} class="ml-2 dark:text-blue-600">here @@ -78,11 +78,11 @@ defmodule ExNVRWeb.DashboardLive do
-
+