diff --git a/apps/svelte.dev/src/routes/+error.svelte b/apps/svelte.dev/src/routes/+error.svelte index 0687999688..565d7cd0f2 100644 --- a/apps/svelte.dev/src/routes/+error.svelte +++ b/apps/svelte.dev/src/routes/+error.svelte @@ -12,41 +12,59 @@
- If you were expecting to find something here, please drop by the - Discord chatroom - and let us know, or raise an issue on - GitHub. Thanks! -
- {:else} -Something went wrong when we tried to render this page.
- {#if $page.error?.message} -{$page.status}: {$page.error.message}
++ If you were expecting to find something here, please drop by the + Discord chatroom + and let us know, or raise an issue on + GitHub. Thanks! +
{:else} -Encountered a {$page.status} error.
+Something went wrong when we tried to render this page.
+ {#if $page.error?.message} +{$page.status}: {$page.error.message}
+ {:else} +Encountered a {$page.status} error.
+ {/if} +Please try reloading the page.
++ If the error persists, please drop by the + Discord chatroom + and let us know, or raise an issue on + GitHub. Thanks! +
{/if} -Please try reloading the page.
-- If the error persists, please drop by the - Discord chatroom - and let us know, or raise an issue on - GitHub. Thanks! -
+ {:else} +Reload the page once you've found the internet.
{/if} - {:else} -Reload the page once you've found the internet.
- {/if} +