Add a rageshake button to the generic error view

This commit is contained in:
Robin Townsend
2023-07-26 11:20:18 -04:00
parent 9017de3d8b
commit 8f7e6d70d3
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ export function ErrorView({ error }: ErrorViewProps) {
? error.translatedMessage
: error.message}
</p>
<RageshakeButton description={`***Error View***: ${error.message}`} />
{location.pathname === "/" ? (
<Button
size="lg"