Skip to content

Commit

Permalink
Add class to error message heading
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Feb 8, 2024
1 parent cafd371 commit 9549b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

<Button href={route('/')} class="w-fit">Go to Home Page</Button>
{:else}
<h1>{$page.status}: {$page.error?.message}</h1>
<h1 class="text-2xl font-bold">{$page.status}: {$page.error?.message}</h1>
{/if}
</div>

0 comments on commit 9549b23

Please sign in to comment.