We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c20aae commit fc75db5Copy full SHA for fc75db5
1 file changed
src/routes/+error.svelte
@@ -18,7 +18,6 @@
18
<div class="text-center">
19
<h1 class="text-3xl font-bold text-primary">{status}</h1>
20
<p class="mt-4 text-center text-sm text-base-content/40">{description}</p>
21
- {page.error?.message}
22
<a href={resolve('/')} class="btn mt-6 btn-primary"> Back to home </a>
23
{#if status !== 404}
24
<button onclick={() => location.reload()} class="btn mt-6"> Try again </button>
0 commit comments