diff --git a/sites/svelte.dev/src/routes/+page.svelte b/sites/svelte.dev/src/routes/+page.svelte index cad807244c..38846f7b67 100644 --- a/sites/svelte.dev/src/routes/+page.svelte +++ b/sites/svelte.dev/src/routes/+page.svelte @@ -6,8 +6,8 @@ import Supporters from './_components/Supporters/index.svelte'; import Try from './_components/Try.svelte'; import WhosUsingSvelte from './_components/WhosUsingSvelte/index.svelte'; - import BallsLight from './svelte-collective-light.png?w=640;1280;2560;3800&format=avif;webp;png&as=picture'; - import BallsDark from './svelte-collective-dark.png?w=640;1280;2560;3800&format=avif;webp;png&as=picture'; + import CollectiveLight from './svelte-collective-light.png?w=640;1280;2560;3800&format=avif;webp;png&as=picture'; + import CollectiveDark from './svelte-collective-dark.png?w=640;1280;2560;3800&format=avif;webp;png&as=picture'; @@ -63,9 +63,9 @@ {#if $theme.current === 'light'} - The Svelte logo in a ball pit + The Svelte logo in a ball pit {:else} - The Svelte logo in a ball pit + The Svelte logo in a ball pit {/if}