Skip to content

Commit fc75db5

Browse files
committed
remove error
1 parent 4c20aae commit fc75db5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/routes/+error.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<div class="text-center">
1919
<h1 class="text-3xl font-bold text-primary">{status}</h1>
2020
<p class="mt-4 text-center text-sm text-base-content/40">{description}</p>
21-
{page.error?.message}
2221
<a href={resolve('/')} class="btn mt-6 btn-primary"> Back to home </a>
2322
{#if status !== 404}
2423
<button onclick={() => location.reload()} class="btn mt-6"> Try again </button>

0 commit comments

Comments
 (0)