Skip to content

Commit

Permalink
enh: add a logo to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
petterip committed Oct 10, 2024
1 parent 43bd7c1 commit 327b072
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions views/elements/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<nav class="flex min-h-screen w-64 flex-col gap-2 overflow-y-auto bg-base-100 px-4 py-10">
<a href="/" class="mx-4 flex items-center gap-2 font-black text-2xl">
BirdNET-Go
<img src="/assets/images/logo.png" alt="BirdNET-Go Logo" class="absolute h-10 w-10 right-5 mr-2">
</a>
<ul class="menu">
<li>
Expand Down

0 comments on commit 327b072

Please sign in to comment.