Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions root/base.tx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</li>
%% }
<li class="dropdown login-dropdown show-logged-in">
<button type="button" class="dropdown-toggle" data-toggle="dropdown">
<button type="button" class="dropdown-toggle" data-toggle="dropdown" aria-label="Account">
<i class="fa fa-user button-fa-icon logged-in-icon" aria-hidden="true"></i>
<i class="fas fa-chevron-down"></i>
</button>
Expand All @@ -95,7 +95,7 @@
</ul>
</li>
<li class="dropdown login-dropdown show-logged-out">
<button type="button" class="dropdown-toggle" data-toggle="dropdown">
<button type="button" class="dropdown-toggle" data-toggle="dropdown" aria-label="Login">
<i class="fa fa-user button-fa-icon avatar-placeholder" aria-hidden="true"></i>
<i class="fas fa-chevron-down"></i>
</button>
Expand Down
Loading