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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2 justify-center">
|
<div className="flex items-center gap-2 justify-center">
|
||||||
<Button variant="primary" size="md" onClick={() => router.back()}>
|
<Button variant="primary" size="md" onClick={() => router.reload()}>
|
||||||
Go back
|
Refresh
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="neutral-primary" size="md" onClick={handleSignOut}>
|
<Button variant="neutral-primary" size="md" onClick={handleSignOut}>
|
||||||
Sign out
|
Sign out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue