Skip to content

Commit

Permalink
fix(docs): correct invalid closing tag in custom error page sample co…
Browse files Browse the repository at this point in the history
…de (#11872)
  • Loading branch information
kavania2002 authored Sep 19, 2024
1 parent 48e7945 commit 16c5756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/pages/error.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function AuthErrorPage() {
<div className="font-normal text-gray-700 dark:text-gray-400">
{errorMap[error] || "Please contact us if this error persists."}
</div>
</div>
</a>
</div>
)
}
Expand Down

0 comments on commit 16c5756

Please sign in to comment.