mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
adjust error page style
This commit is contained in:
parent
7ae3089f30
commit
0956e5868c
1 changed files with 4 additions and 4 deletions
|
|
@ -116,12 +116,12 @@ export function ErrorBoundary() {
|
|||
<AppProvider>
|
||||
<ThemeProvider>
|
||||
<title>{title}</title>
|
||||
<div className="flex">
|
||||
<Sidebar />
|
||||
<div className="flex">
|
||||
<div className="w-full flex flex-col">
|
||||
<main className="pt-16 p-4 container mx-auto flex-grow">
|
||||
<div className="flex gap-4 items-end">
|
||||
<img className="w-[200px] rounded" src="../yuu.jpg" />
|
||||
<main className="pt-16 p-4 mx-auto flex-grow">
|
||||
<div className="md:flex gap-4">
|
||||
<img className="w-[200px] rounded mb-3" src="../yuu.jpg" />
|
||||
<div>
|
||||
<h1>{message}</h1>
|
||||
<p>{details}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue