|
|
|
@ -62,13 +62,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Supporters />
|
|
|
|
<Supporters />
|
|
|
|
|
|
|
|
|
|
|
|
<div style="aspect-ratio: 4490 / 990;">
|
|
|
|
{#if $theme.current === 'light'}
|
|
|
|
{#if $theme.current === 'light'}
|
|
|
|
<Image src={BallsLight} alt="The Svelte logo in a ball pit" />
|
|
|
|
<Image src={BallsLight} alt="The Svelte logo in a ball pit" />
|
|
|
|
{:else}
|
|
|
|
{:else}
|
|
|
|
<Image src={BallsDark} alt="The Svelte logo in a ball pit" />
|
|
|
|
<Image src={BallsDark} alt="The Svelte logo in a ball pit" />
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<footer>
|
|
|
|
<a href="/tutorial">Tutorial</a>
|
|
|
|
<a href="/tutorial">Tutorial</a>
|
|
|
|
|