renamed everything to bookfire

This commit is contained in:
zipben 2025-06-04 23:29:09 +00:00
parent 97ea0869ac
commit 140544ba77
14 changed files with 29 additions and 18 deletions

View file

@ -2,8 +2,8 @@
<div id="page-wrapper" class="w-full h-screen overflow-y-auto">
<div class="absolute z-0 top-0 left-0 px-6 py-3">
<div class="flex items-center">
<img src="~static/icon.svg" alt="Audiobookshelf Logo" class="w-10 min-w-10 h-10" />
<h1 class="text-xl ml-4 hidden lg:block hover:underline">audiobookshelf</h1>
<img src="~static/bookfire-logo-white.svg" alt="Bookfire Logo" class="w-10 min-w-10 h-10" />
<h1 class="text-xl ml-4 hidden lg:block hover:underline">Bookfire</h1>
</div>
</div>