Skip to content

Commit 3747dbb

Browse files
committed
fix: remove wrap
1 parent ba13fbf commit 3747dbb

File tree

1 file changed

+0
-2
lines changed
  • apps/web/src/app/status-pages/edit

1 file changed

+0
-2
lines changed

apps/web/src/app/status-pages/edit/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const EditStatusPageContent = () => {
8282

8383
return (
8484
<Layout pageName={`Edit Status Page: ${statusPageData.title}`}>
85-
<div>
8685
<BackButton to="/status-pages" />
8786
<div className="flex flex-col gap-4">
8887
<p className="text-gray-500">
@@ -107,7 +106,6 @@ const EditStatusPageContent = () => {
107106
}}
108107
/>
109108
</div>
110-
</div>
111109
</Layout>
112110
);
113111
};

0 commit comments

Comments
 (0)