Skip to content

Commit

Permalink
feat: menambahkan reload untuk universal error
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Oct 15, 2023
1 parent 2d28c28 commit c736c62
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ const UniversalError = ({
justifyContent="center"
flexDirection="column"
>
<Heading as="h2" size="2xl" fontSize="4rem" color="white">
<Heading
as="h2"
size="2xl"
fontSize="4rem"
color="white"
onClick={() => location.reload()}
>
{title}
</Heading>
<Heading
Expand Down

0 comments on commit c736c62

Please sign in to comment.