fix: edit project button redirection (#2564)

* fix: redirect to project settings

* fix: 404 page button alignment
This commit is contained in:
Aaryan Khandelwal 2023-10-31 12:06:55 +05:30 committed by GitHub
parent 8b7b5c54b9
commit 1c2ea6da5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 3 deletions

View file

@ -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>