Skip to content

Commit

Permalink
fix: change look of home button on error page
Browse files Browse the repository at this point in the history
  • Loading branch information
21CSM committed Oct 6, 2024
1 parent bd25478 commit a33ee88
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 @@ -21,7 +21,7 @@

<button
on:click={goHome}
class="btn variant-filled-primary flex items-center justify-center mt-4"
class="btn variant-ghost-surface flex items-center justify-center mt-4"
>
<IconHome class="mr-2" />

Expand Down

0 comments on commit a33ee88

Please sign in to comment.