Added new logo (#103)

This commit is contained in:
Thomas Miceli
2023-09-19 15:48:19 +02:00
committed by GitHub
parent c20ed60913
commit 61e274e56d
6 changed files with 42 additions and 12 deletions

View File

@ -25,7 +25,7 @@
)
</script>
<link rel="icon" type="image/svg+xml" href="{{ asset "favicon.svg" }}" />
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset "favicon-32.png" }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{ if dev }}
@ -61,14 +61,16 @@
</svg>
</button>
</div>
<div class="flex-shrink-0 items-center hidden sm:flex">
<a href="{{ $.c.ExternalUrl }}/">
<img src="{{ asset "opengist.svg" }}" class="object-cover h-12 w-12">
</a>
</div>
<div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start">
<div class="flex-shrink-0 flex items-center">
<div class="flex-shrink-0 items-center flex sm:hidden">
<a href="{{ $.c.ExternalUrl }}/">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 flex text-primary-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
</svg>
</a>
<img src="{{ asset "opengist.svg" }}" class="object-cover h-12 w-12">
</a>
</div>
<div class="hidden sm:block sm:ml-6">
<div class="flex space-x-4">