mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-06-10 11:16:48 +00:00
Merge branch 'main' into feat/image-paste
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
<footer>
|
||||
<ThemeToggle />
|
||||
<nav>
|
||||
<a href="/">/home</a>
|
||||
{#if $status?.theme_home_link !== false}
|
||||
<a href="/">/home</a>
|
||||
{/if}
|
||||
<a href="/about">/about</a>
|
||||
{#if $status?.imprint_url}
|
||||
<a href={$status.imprint_url} target="_blank" rel="noopener noreferrer">/imprint</a>
|
||||
|
||||
@@ -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