diff --git a/lib/microwaveprop_web/components/layouts.ex b/lib/microwaveprop_web/components/layouts.ex index 07021ccf..17de6b4c 100644 --- a/lib/microwaveprop_web/components/layouts.ex +++ b/lib/microwaveprop_web/components/layouts.ex @@ -83,7 +83,6 @@ defmodule MicrowavepropWeb.Layouts do
- <.deploy_stamp /> <.theme_toggle />
@@ -105,6 +104,9 @@ defmodule MicrowavepropWeb.Layouts do
<.link navigate="/privacy" class="link link-hover">Privacy
+
+ <.deploy_stamp /> +
@@ -151,11 +153,8 @@ defmodule MicrowavepropWeb.Layouts do assigns = assign(assigns, build_time: ts, iso: iso, ago: format_time_ago(ts)) ~H""" -