diff --git a/app/components/error-boundary/error.tsx b/app/components/error-boundary/error.tsx index 812769f2e..801dd79bd 100644 --- a/app/components/error-boundary/error.tsx +++ b/app/components/error-boundary/error.tsx @@ -1,14 +1,17 @@ import { Button } from "../button"; -export function Error({ error, children }: { error: Error; children?: React.ReactNode }) { +export function Error() { return ( -
Welp, something broke. This shouldn't be happening
- - {children} -something went wrong
+
+ It seems you've ventured too deep
+