mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
logo changed
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user