diff --git a/lib/claper_web/live/admin_live/dashboard_live.html.heex b/lib/claper_web/live/admin_live/dashboard_live.html.heex
index c0c2253..56255bc 100644
--- a/lib/claper_web/live/admin_live/dashboard_live.html.heex
+++ b/lib/claper_web/live/admin_live/dashboard_live.html.heex
@@ -1,5 +1,5 @@
-
+
Dashboard
diff --git a/lib/claper_web/live/admin_live/event_live.html.heex b/lib/claper_web/live/admin_live/event_live.html.heex
index 9ebd50e..06a5ba9 100644
--- a/lib/claper_web/live/admin_live/event_live.html.heex
+++ b/lib/claper_web/live/admin_live/event_live.html.heex
@@ -1,9 +1,9 @@
<%= case @live_action do %>
<% :index -> %>
-
+
-
-
Events
+
+
Events
<.link navigate={~p"/admin/events/new"} class="btn btn-primary btn-sm">
<% :show -> %>
-
+
-
-
Event Details
+
+
Event details
<.link navigate={~p"/admin/events"} class="btn btn-outline btn-sm">
Back to Events
@@ -306,10 +306,10 @@
<% :new -> %>
-
<% :edit -> %>
-
+
-
Edit Event
+ Edit event
diff --git a/lib/claper_web/templates/layout/admin.html.heex b/lib/claper_web/templates/layout/admin.html.heex
index 0734b9d..4669cf6 100644
--- a/lib/claper_web/templates/layout/admin.html.heex
+++ b/lib/claper_web/templates/layout/admin.html.heex
@@ -41,21 +41,7 @@
@@ -191,7 +177,10 @@