chore: update exception detected screen action button (#2805)
This commit is contained in:
parent
2f75611662
commit
a5ee049692
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ const CustomErrorComponent = () => {
|
|||
</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-2 justify-center">
|
||||
<Button variant="primary" size="md" onClick={() => router.back()}>
|
||||
Go back
|
||||
<Button variant="primary" size="md" onClick={() => router.reload()}>
|
||||
Refresh
|
||||
</Button>
|
||||
<Button variant="neutral-primary" size="md" onClick={handleSignOut}>
|
||||
Sign out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue