Skip to content

Commit

Permalink
fix(sidebar.html): img src
Browse files Browse the repository at this point in the history
Updated src attribute of img tag.
  • Loading branch information
mibs510 committed Jul 13, 2023
1 parent 3b475f0 commit 1792473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/templates/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="h5 mb-3">Hi, {{ current_user.full_name }}</h2>
<li class="nav-item">
<a href="/" class="nav-link d-flex align-items-center">
<span class="sidebar-icon">
<img src="/static/assets/img/brand/fishing-hook-bl.svg" height="20" width="20" alt="OpenALPR-Webhook Logo">
<img src="/static/assets/img/brand/icon-dark.svg" height="20" width="20" alt="OpenALPR-Webhook Logo">
</span>
<span class="mt-1 sidebar-text">OpenALPR-Webhook</span>
</a>
Expand Down

0 comments on commit 1792473

Please sign in to comment.