mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
chore: update exception detected screen action button (#2805)
This commit is contained in:
committed by
sriram veeraghanta
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
|
||||
|
||||
Reference in New Issue
Block a user