Skip to content

Commit

Permalink
fix: ignore eslint rule for line
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Dec 21, 2024
1 parent 7018e0c commit 7939647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/routes/(app)/q/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<img src={Quibble404} class="w-28" alt="" />
<div class="flex flex-col">
<h4 class="text-xl font-bold text-error">oh noh!!</h4>
<!-- eslint-disable svelte/no-at-html-tags -->
<h5>{@html $page.error?.message}</h5>
<!-- eslint-enable svelte/no-at-html-tags -->
<a href="/" aria-label="home" class="btn btn-primary btn-sm mt-4 w-max">
<coreicons-shape-home class="size-4"></coreicons-shape-home>
Back to home
Expand Down

0 comments on commit 7939647

Please sign in to comment.