fix(error): Update footer on error page, make home button more visible

This commit is contained in:
TheOnlyWayUp
2024-04-11 14:38:56 +00:00
parent ddda863bbc
commit fc1821fbed
+2 -5
View File
@@ -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>