Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
aled
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 26, 2024
1 parent 1d3bbcc commit 91e0488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<a class="navbar-brand" href="/">
<img src="{{ url_for('static', filename='icons/vdi.png' ) }}" alt="Info" style="width: 50px; height: 58px; cursor: pointer;">
</a>
<div class="btn-group navbar-brand dropleft ml-auto">
<button class="btn dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="btn-group navbar-brand dropleft">
<button class="btn dropdown-toggle" type="button" data-toggle="dropleft" aria-haspopup="true" aria-expanded="false">
<img src="{{ url_for('static', filename='icons/profil.png' ) }}" alt="Info" style="width: 20px; height: 20px; cursor: pointer;">
</button>
<ul class="dropdown-menu dropdown-menu-left dropdown-menu-dark">
Expand Down

0 comments on commit 91e0488

Please sign in to comment.