diff --git a/templates/base.html b/templates/base.html index 81101bc..9c3240b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,17 +42,18 @@ Workout Tracker Logo - Workout Tracker + -
+
{% if current_user.is_authenticated %} - - - {{ current_user.name }} - + + class="text-slate-700 hover:text-slate-900 transition-colors"> + {{ current_user.name }} + + {% endif %} Workout Tracker on GitHubWorkout Tracker on GitHub +