mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
chore: update exception detected screen action button (#2805)
This commit is contained in:
committed by
GitHub
parent
3b3f94ed03
commit
668dfd2e38
@@ -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