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>
|
<header>
|
||||||
<a onclick={reset} href="/">
|
<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} />
|
<img alt="logo" src={$status.theme_image} />
|
||||||
{:else}
|
{:else}
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Reference in New Issue
Block a user