fix: broken logo path on language change

This commit is contained in:
Hemanta Pokharel
2025-12-14 14:35:26 +05:45
parent 319ec177bd
commit 61b4cfe5df
25 changed files with 45 additions and 36 deletions

View File

@@ -20,7 +20,7 @@
<div class="container mx-auto px-4">
<div class="flex justify-between items-center h-16">
<div class="flex-shrink-0 flex items-center cursor-pointer" id="home-logo">
<img src="../../public/images/favicon.svg" alt="Bento PDF Logo" class="h-8 w-8" />
<img src="/images/favicon.svg" alt="Bento PDF Logo" class="h-8 w-8" />
<span class="text-white font-bold text-xl ml-2"><a href="/">BentoPDF</a></span>
</div>
<div class="hidden md:flex items-center space-x-8 text-white">