Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorNumerius authored May 29, 2024
1 parent ae3375b commit 8582a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (Astro.request.method === "POST") {
if (error instanceof Error) {
{
error && (
<p>Error: {error}</p>
<p>Error {error}</p>
)
}
}
Expand Down

0 comments on commit 8582a5b

Please sign in to comment.