diff --git a/lib/outlook_web/components/dark_mode_component.ex b/lib/outlook_web/components/dark_mode_component.ex
index f937361..534f582 100644
--- a/lib/outlook_web/components/dark_mode_component.ex
+++ b/lib/outlook_web/components/dark_mode_component.ex
@@ -38,4 +38,17 @@ defmodule OutlookWeb.DarkModeComponent do
"""
end
+
+ def breakpoint_indicator(assigns) do
+ ~H"""
+
+ xs
+ sm
+ md
+ lg
+ xl
+ 2xl
+
+ """
+ end
end
diff --git a/lib/outlook_web/components/layouts/public.html.heex b/lib/outlook_web/components/layouts/public.html.heex
index 6b05510..760f728 100644
--- a/lib/outlook_web/components/layouts/public.html.heex
+++ b/lib/outlook_web/components/layouts/public.html.heex
@@ -1,4 +1,5 @@
+ <.breakpoint_indicator :if={Mix.env == :dev} />