Rename stuff

pull/8454/head
Puru Vijay 3 years ago
parent 95f8ead730
commit 754de56d30

@ -6,8 +6,8 @@
import Supporters from './_components/Supporters/index.svelte'; import Supporters from './_components/Supporters/index.svelte';
import Try from './_components/Try.svelte'; import Try from './_components/Try.svelte';
import WhosUsingSvelte from './_components/WhosUsingSvelte/index.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 CollectiveLight 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 CollectiveDark from './svelte-collective-dark.png?w=640;1280;2560;3800&format=avif;webp;png&as=picture';
</script> </script>
<svelte:head> <svelte:head>
@ -63,9 +63,9 @@
<Supporters /> <Supporters />
{#if $theme.current === 'light'} {#if $theme.current === 'light'}
<Image lazy src={BallsLight} alt="The Svelte logo in a ball pit" /> <Image lazy src={CollectiveLight} alt="The Svelte logo in a ball pit" />
{:else} {:else}
<Image lazy src={BallsDark} alt="The Svelte logo in a ball pit" /> <Image lazy src={CollectiveDark} alt="The Svelte logo in a ball pit" />
{/if} {/if}
<footer> <footer>

Loading…
Cancel
Save