User icon

Added user icon from designs for top navigation
This commit is contained in:
hmbrink
2020-01-27 13:02:06 -05:00
parent 0f2ba887d9
commit 8093edbf03
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<div class="topbar__context">
{% if g.current_user %}
<a href="{{ url_for('users.user') }}" class="topbar__link">
{{ Icon('avatar', classes='topbar__link-icon') }}
{{ Icon('user', classes='topbar__link-icon') }}
<span class="topbar__link-label">{{ g.current_user.first_name + " " + g.current_user.last_name }}</span>
</a>
<a href="{{ url_for('atst.helpdocs') }}" class="topbar__link">