diff --git a/lib/labelmaker_web.ex b/lib/labelmaker_web.ex
index a1c029e..2314592 100644
--- a/lib/labelmaker_web.ex
+++ b/lib/labelmaker_web.ex
@@ -18,8 +18,7 @@ defmodule LabelmakerWeb do
"""
def static_paths,
- do:
- ~w(assets fonts images labels favicon.ico favicon.svg favicon-96x96.png apple-touch-icon.png web-app-manifest-192x192.png web-app-manifest-512x512.png site.webmanifest robots.txt)
+ do: ~w(assets fonts images labels favicon.ico favicon.svg site.webmanifest robots.txt)
def router do
quote do
diff --git a/lib/labelmaker_web/components/layouts/root.html.heex b/lib/labelmaker_web/components/layouts/root.html.heex
index 4d44bf2..adf51ff 100644
--- a/lib/labelmaker_web/components/layouts/root.html.heex
+++ b/lib/labelmaker_web/components/layouts/root.html.heex
@@ -7,11 +7,31 @@
<.live_title default="labelmaker.xyz">
{assigns[:page_title]}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+