Skip to content

Commit

Permalink
fix: wording error page
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Feb 14, 2024
1 parent efc3ab6 commit bdc574f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pages/_error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,7 @@ function CustomError({ statusCode }: CustomErrorProps) {
marginBottom={16}
>
<Text>
Si vous rencontrez cette page, merci de le signaler à notre support
à l’adresse courriel :{" "}
<a
href={`mailto:[email protected]?subject=Une erreur est survenue - code ${statusCode}`}
>
[email protected]
</a>
. Nous vous prions de bien vouloir nous excuser pour la gêne
occasionnée.
{`Indisponibilité temporaire, merci d'actualiser la page ou de réessayer ultérieurement.`}
</Text>
</Alert>
<Link legacyBehavior href="/" passHref>
Expand Down

0 comments on commit bdc574f

Please sign in to comment.