Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed Jul 12, 2023
1 parent 5e4498a commit b5ba0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/global-error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function GlobalError({
return (
<html>
<body>
<h2>Something went wrong!</h2>
<h2>Something went wrong</h2>
<button onClick={() => reset()}>Try again</button>
</body>
</html>
Expand Down

1 comment on commit b5ba0ee

@vercel
Copy link

@vercel vercel bot commented on b5ba0ee Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.