Skip to content

Commit

Permalink
onclick navbar logout
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelLucendo committed Jan 26, 2023
1 parent 9f164c4 commit 746fed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/admin/navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<h6 class="p-3 mb-0">Perfil</h6>
<div class="dropdown-divider"></div>
<div class="dropdown-divider"></div>
<a class="dropdown-item preview-item">
<a class="dropdown-item preview-item" onclick="window.location.href='http://localhost/christies-and-meta/index.php/admin/logout'">
<div class="preview-thumbnail">
<div class="preview-icon bg-dark rounded-circle">
<i class="mdi mdi-logout text-danger"></i>
</div>
</div>
<div class="preview-item-content">
<p class="preview-subject mb-1" onclick="window.location.href='http://localhost/christies-and-meta/index.php/admin/logout'">Log out</p>
<p class="preview-subject mb-1">Log out</p>
</div>
</a>
</div>
Expand Down

0 comments on commit 746fed2

Please sign in to comment.