Merge pull request #302 from seanmorley15/new_icon

Migrate to new icon!
This commit is contained in:
Sean Morley
2024-09-06 19:07:00 -04:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -27,7 +27,11 @@
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
<div class="modal-box" role="dialog" on:keydown={handleKeydown} tabindex="0">
<h3 class="font-bold text-lg">About AdventureLog</h3>
<h3 class="font-bold text-lg">
About AdventureLog<span class=" inline-block"
><img src="/favicon.png" alt="Map Logo" class="w-10 -mb-3 ml-2" /></span
>
</h3>
<p class="py-1">
AdventureLog <a
target="_blank"

View File

@@ -114,7 +114,7 @@
</ul>
</div>
<a class="btn btn-ghost text-xl" href="/"
>AdventureLog <img src="/favicon.png" alt="Map Logo" class="w-8" /></a
>AdventureLog <img src="/favicon.png" alt="Map Logo" class="w-10" /></a
>
</div>
<div class="navbar-center hidden lg:flex">

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 87 KiB