Skip to content

Commit c1f8e36

Browse files
committed
feat: update error message in unexpected error card
1 parent ac5fc48 commit c1f8e36

File tree

2 files changed

+406
-469
lines changed

2 files changed

+406
-469
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const UnexpectedErrorCard = () => {
22
return (
33
<div>
4-
<h2>Oops, an unexpected error occurred!</h2>
4+
<h2>Something&apos;s gone wrong</h2>
55
</div>
66
)
77
}

0 commit comments

Comments
 (0)