fix(error): Update footer on error page, make home button more visible
This commit is contained in:
@@ -4,10 +4,7 @@
|
|||||||
<div class="bg-base-200 p-16 max-w-lg rounded-md">
|
<div class="bg-base-200 p-16 max-w-lg rounded-md">
|
||||||
<h1 class="text-5xl font-bold">There was an error.</h1>
|
<h1 class="text-5xl font-bold">There was an error.</h1>
|
||||||
<div class="py-6 join">
|
<div class="py-6 join">
|
||||||
<a
|
<a class="btn btn-primary btn-lg" href="/">Home</a>
|
||||||
class="btn btn-primary btn-ghost btn-outline rounded-l-none"
|
|
||||||
href="/">Home</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -22,7 +19,7 @@
|
|||||||
href="https://github.com/TheOnlyWayUp"
|
href="https://github.com/TheOnlyWayUp"
|
||||||
class="underline"
|
class="underline"
|
||||||
target="_blank">TheOnlyWayUp</a
|
target="_blank">TheOnlyWayUp</a
|
||||||
> © 2023
|
> © 2024
|
||||||
</p>
|
</p>
|
||||||
</aside>
|
</aside>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user