Skip to content

Commit

Permalink
Removed unnecessary div
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 2, 2024
1 parent f628907 commit 57281d1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions client/src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ import CloudOff from "@/components/icons/cloud-off";

export default function ErrorPage() {
return (
<div className="h-full min-h-screen">
<NoData
className="h-full"
icon={<CloudOff />}
description="Something went wrong, please check back soon."
/>
</div>
<NoData
className="h-full"
icon={<CloudOff />}
description="Something went wrong, please check back soon."
/>
);
}

0 comments on commit 57281d1

Please sign in to comment.