Skip to content

Commit

Permalink
Fix error boundary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Jan 31, 2023
1 parent 4cbc28a commit f50ec5c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,21 @@ const RouteErrorBoundary = () => {
</Group>
<Divider my={5} />
<Text size="sm">{error?.message}</Text>
<Group grow>
<Group
grow
spacing="sm"
>
<Button
leftIcon={<RiHome4Line />}
size="md"
sx={{ flex: 0.5 }}
variant="default"
onClick={handleHome}
>
Go home
</Button>
<Button
size="md"
variant="filled"
onClick={handleReload}
>
Expand Down

1 comment on commit f50ec5c

@vercel
Copy link

@vercel vercel bot commented on f50ec5c Jan 31, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

feishin – ./

feishin-jeffvli.vercel.app
feishin.vercel.app
feishin-git-development-jeffvli.vercel.app

Please sign in to comment.