diff --git a/templates/dashboard.templ b/templates/dashboard.templ
index a2d4c47..fc7c168 100644
--- a/templates/dashboard.templ
+++ b/templates/dashboard.templ
@@ -80,7 +80,9 @@ templ Dashboard(user User) {
Dashboard
-
Admin
+ if user.Role == "admin" {
+
Admin
+ }
Welcome, { user.Username }!