Skip to content

Commit

Permalink
Merge pull request #302 from seanmorley15/new_icon
Browse files Browse the repository at this point in the history
Migrate to new icon!
  • Loading branch information
seanmorley15 authored Sep 6, 2024
2 parents 3d3111c + 524b7fc commit 5784eec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion frontend/src/lib/components/AboutModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Binary file modified frontend/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5784eec

Please sign in to comment.