mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-06-10 11:16:48 +00:00
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
|
||||
<header>
|
||||
<a onclick={reset} href="/">
|
||||
{#if $status?.theme_image}
|
||||
{#if $status === null}
|
||||
<!-- waiting for status to load to avoid flashing default logo -->
|
||||
{:else if $status.theme_image}
|
||||
<img alt="logo" src={$status.theme_image} />
|
||||
{:else}
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user