Rename to My Collection, add favicon to sidebar and login
Deploy to LXC / deploy (push) Successful in 20s

- Replaced all 'B4L Repair' references with 'My Collection'
- Added favicon.png next to the title in the sidebar
- Added favicon.png on the login page above the title
- Updated all page <title> tags

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 17:30:08 +07:00
parent 57e1d3fcc7
commit 6cd5f28bf7
20 changed files with 27 additions and 21 deletions
+4 -1
View File
@@ -67,7 +67,10 @@
>
<!-- Logo -->
<div class="flex h-14 items-center border-b border-gray-200 px-4 dark:border-gray-700">
<a href="/" class="text-lg font-bold text-gray-900 dark:text-white">B4L Repair</a>
<a href="/" class="flex items-center gap-2 text-lg font-bold text-gray-900 dark:text-white">
<img src="/favicon.png" alt="" class="h-6 w-6" />
My Collection
</a>
</div>
<!-- Navigation -->