This commit is contained in:
2025-06-17 08:34:12 +02:00
parent f71cb7d24a
commit ef2a987843
3 changed files with 1 additions and 3 deletions

View File

@@ -16,9 +16,7 @@
<div class="flex space-x-7">
<div>
<a href="{{ url_for('home') }}" class="flex items-center py-4">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-7 h-7 text-[#6b8f71] mr-2">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 2C7 2 2 7 2 12c0 5 5 10 10 10s10-5 10-10c0-5-5-10-10-10zm0 0c0 4 4 8 8 8" />
</svg>
<img src="{{ url_for('static', filename='images/logo.png') }}" alt="Site Logo" class="w-10 h-10 object-contain mr-2" />
<span class="font-bold text-[#3e5637] text-xl tracking-tight">Verpot Je Lot</span>
</a>
</div>