chore: code update
This commit is contained in:
14
app/root.tsx
14
app/root.tsx
@@ -54,9 +54,9 @@ export function CatchBoundary() {
|
||||
</div>
|
||||
<div className="font-bold">Where do you think you are going?</div>
|
||||
<div className="text-center">
|
||||
<Link to="/" className="hover:text-[#e6c2bf]">
|
||||
Home
|
||||
</Link>
|
||||
<div className="mt-5 hover:text-[#e6c2bf] lg:text-xl font-bold">
|
||||
<Link to="/">Home</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,13 +75,13 @@ export function ErrorBoundary() {
|
||||
<body className="bg-[#202020] text-[#d6d6d6] font-['monospace']">
|
||||
<div className="flex flex-col items-center justify-around h-[100vh]">
|
||||
<div>
|
||||
<div className="text-center text-[#ffff00] text-[10vw] font-bold">
|
||||
<div className="text-center text-[#ffff00] text-[6vw] font-bold">
|
||||
Something bad happened
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<Link to="/" className="hover:text-[#e6c2bf]">
|
||||
Home
|
||||
</Link>
|
||||
<div className="mt-5 hover:text-[#e6c2bf] lg:text-xl font-bold">
|
||||
<Link to="/">Home</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user