We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5fc48 commit 30059e7Copy full SHA for 30059e7
src/components/ErrorBoundary/UnexpectedErrorCard.tsx
@@ -1,7 +1,7 @@
1
export const UnexpectedErrorCard = () => {
2
return (
3
<div>
4
- <h2>Oops, an unexpected error occurred!</h2>
+ <h2>Something's gone wrong</h2>
5
</div>
6
)
7
}
0 commit comments