diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index 0defde8a..606a3204 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -12,8 +12,12 @@
{% if g.current_user %} - {{ g.current_user.first_name + " " + g.current_user.last_name }} {{ Icon('avatar', classes='topbar__link-icon') }} + {{ g.current_user.first_name + " " + g.current_user.last_name }} + + + {{ Icon('question', classes='topbar__link-icon') }} + Support