diff --git a/app/templates/_layout.html b/app/templates/_layout.html
index 4bc6505..8b32db7 100644
--- a/app/templates/_layout.html
+++ b/app/templates/_layout.html
@@ -15,8 +15,8 @@
BP Tracker
{% if current_user.is_authenticated %}
-
Dashboard
-
Profile
+
Dashboard
+
Profile
Logout
{% else %}
Login
diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index dcbeec4..d7ced51 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -5,7 +5,7 @@