Skip to content

Commit

Permalink
Fix problem with user name and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leechwort committed Nov 25, 2023
1 parent 8afddd7 commit bac504d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
</ul>
<div class="dropdown py-sm-4 mt-sm-auto ms-auto ms-sm-0 flex-shrink-1">
<a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false">
<img src="https://github.com/mdo.png" alt="hugenerd" width="28" height="28" class="rounded-circle">
<span class="d-none d-sm-inline mx-1">Joe</span>
<i class="bi bi-person-circle" class="rounded-circle"></i>
<span class="d-none d-sm-inline mx-1">{{ current_user }}</span>
</a>
<ul class="dropdown-menu dropdown-menu-dark text-small shadow" aria-labelledby="dropdownUser1">
<li><a class="dropdown-item" href="/logout">Sign out</a></li>
Expand Down

0 comments on commit bac504d

Please sign in to comment.