logo changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-27 14:52:04 +01:00
parent 1dda151060
commit 6e9eeeae6b

View File

@@ -3,7 +3,7 @@
<div class="flex lg:flex-1"> <div class="flex lg:flex-1">
<a href="/" class="-m-1.5 p-1.5"> <a href="/" class="-m-1.5 p-1.5">
<span class="sr-only">Einundzwanzig Portal</span> <span class="sr-only">Einundzwanzig Portal</span>
<img class="h-12 w-auto" src="{{ asset('img/einundzwanzig.png') }}" alt="Logo"> <img class="h-2 sm:h-4 w-auto" src="{{ asset('img/einundzwanzig-horizontal.svg') }}" alt="Logo">
</a> </a>
</div> </div>
<div class="flex lg:hidden"> <div class="flex lg:hidden">
@@ -63,7 +63,7 @@
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<a href="#" class="-m-1.5 p-1.5"> <a href="#" class="-m-1.5 p-1.5">
<span class="sr-only">Einundzwanzig Portal</span> <span class="sr-only">Einundzwanzig Portal</span>
<img class="h-8 w-auto" src="{{ asset('img/einundzwanzig.png') }}" alt="Logo"> <img class="h-2 sm:h-4 w-auto" src="{{ asset('img/einundzwanzig-horizontal.svg') }}" alt="Logo">
</a> </a>
<button type="button" class="-m-2.5 rounded-md p-2.5 text-gray-700" @click="open = false"> <button type="button" class="-m-2.5 rounded-md p-2.5 text-gray-700" @click="open = false">
<span class="sr-only">Close menu</span> <span class="sr-only">Close menu</span>