mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-18 00:47:10 +00:00
Refactor: move error page
This commit is contained in:
@@ -15,9 +15,9 @@ export default function ServerErrorPage() {
|
|||||||
Oops! Something went wrong on our end. Please try again later.
|
Oops! Something went wrong on our end. Please try again later.
|
||||||
</p>
|
</p>
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<a className="bg-blue-500 text-white py-2 px-4 rounded-lg hover:bg-blue-600 transition duration-200">
|
<span className="bg-blue-500 text-white py-2 px-4 rounded-lg hover:bg-blue-600 transition duration-200">
|
||||||
Go Back to Home
|
Go Back to Home
|
||||||
</a>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user