Skip to content

Commit

Permalink
🚨 Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Dec 6, 2023
1 parent 83f08eb commit 48d3abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/[locale]/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default function Error() {
return (
<div className="min-h-screen h-full">
<div className="flex flex-col gap-y-2 bg-red-400 p-4 text-white rounded-b-lg text-center">
Seems like we've encountered an error.
Seems like we&apos;ve encountered an error.
<p className="text-xs">
Oops! We're sorry, but something went haywire. Give it another go later, and we'll sort things out.
Oops! We&apos;re sorry, but something went haywire. Give it another go later, and we&apos;ll sort things out.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function NotFound() {
return (
<div className="min-h-screen h-full">
<div className="flex flex-col gap-y-2 bg-red-400 p-4 text-white rounded-b-lg text-center">
We're sorry, but it seems like we've hit a dead end.
We&apos;re sorry, but it seems like we&apos;ve hit a dead end.
<p className="text-xs">
However, worry not, as our wiki has a boundless well of information, ready to captivate and fascinate you.
</p>
Expand Down

0 comments on commit 48d3abf

Please sign in to comment.