Update sites/svelte.dev/src/routes/_components/Demo.svelte

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
pull/8432/head
Puru Vijay 3 years ago committed by GitHub
parent c6e9095c80
commit f283323d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@
}, },
]; ];
$: selected = examples[0]; let selected = examples[0];
</script> </script>
<Section --background="radial-gradient(circle at 40% 30%, rgb(110, 113, 118), rgb(81, 93, 106))"> <Section --background="radial-gradient(circle at 40% 30%, rgb(110, 113, 118), rgb(81, 93, 106))">

Loading…
Cancel
Save