Skip to content

Commit

Permalink
Change wording of error page
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Jul 27, 2024
1 parent 454692a commit eca670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/components/error-boundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class ErrorBoundary extends React.Component<Props, State> {
justify="center"
h="100vh"
>
<Title color="white">An unknown error has occurred</Title>
<Title color="white">An error has occurred</Title>

<Text
size="lg"
Expand Down

0 comments on commit eca670e

Please sign in to comment.