forked from github/plane
chore: update exception detected screen action button (#2805)
This commit is contained in:
parent
2f75611662
commit
a5ee049692
@ -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…
Reference in New Issue
Block a user