Add favicon

This commit is contained in:
Jonathan Staab 2023-01-02 04:34:04 -08:00
parent 5fd8055d03
commit 6c7895f94e
3 changed files with 4 additions and 2 deletions

View File

@ -45,7 +45,8 @@ If you like Coracle and want to support its development, you can donate sats via
- [x] Move add note button to be available everywhere
- [x] Fix reporting relay along with tags
- [x] Add support for bech32 keys
- [ ] Add favicon and social media preview image
- [x] Add second order follows to network tab
- [x] Add favicon and social media preview image
## 0.2.5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -203,7 +203,8 @@
border-b border-medium z-10"
>
<i class="fa-solid fa-bars fa-2xl cursor-pointer" bind:this={menuIcon} on:click={toggleMenu} />
<Anchor external type="unstyled" href="https://github.com/staab/coracle">
<Anchor external type="unstyled" href="https://github.com/staab/coracle" class="flex items-center gap-2">
<img src="/images/favicon.png" class="w-8" />
<h1 class="staatliches text-3xl">Coracle</h1>
</Anchor>
{#if mostRecentAlert > $alerts.since}