diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -15,7 +15,7 @@ ); function comingSoon() { - toast("Coming soon!", { icon: "🙈", position: "bottom-end" }); + toast("Coming soon!", { icon: "🙈", position: "top-center" }); } onMount(() => { @@ -26,9 +26,9 @@