fix: edit project button redirection (#2564)
* fix: redirect to project settings * fix: 404 page button alignment
This commit is contained in:
parent
8b7b5c54b9
commit
1c2ea6da5e
5 changed files with 9 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ const PageNotFound: NextPage = () => (
|
|||
</p>
|
||||
</div>
|
||||
<Link href="/">
|
||||
<a className="block">
|
||||
<a className="flex justify-center">
|
||||
<Button variant="neutral-primary" size="md">
|
||||
Go to Home
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue