Skip to content

Commit 584981b

Browse files
committed
style:lint
1 parent 2905046 commit 584981b

File tree

1 file changed

+1
-1
lines changed
  • app/pages/ErrorBoundaryPage/ErrorPageBase

1 file changed

+1
-1
lines changed

app/pages/ErrorBoundaryPage/ErrorPageBase/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface Props {
66

77
export default function ErrorPageBase({ title, message, children }: Props) {
88
return (
9-
<div data-scrollable="false" className="flex flex-col items-center justify-center h-full">
9+
<div className="flex h-full flex-col items-center justify-center" data-scrollable="false">
1010
<h1 className="text-5xl font-bold">{title}</h1>
1111
<p>{message}</p>
1212
{children}

0 commit comments

Comments
 (0)