Skip to content

Commit

Permalink
Merge pull request #10 from rosset-nocpes/remove-edit-title
Browse files Browse the repository at this point in the history
Suggestion to remove edit title
  • Loading branch information
olexh authored May 6, 2024
2 parents ff2a17a + 6b01a0a commit 1b1df31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/(pages)/edit/[editId]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ const EditLayout: FC<Props> = async ({ params: { editId }, children }) => {
</Link>
</Breadcrumbs>
<div className="grid grid-cols-1 gap-12 lg:grid-cols-[1fr_25%] lg:gap-16">
<Block>
<Header title={`Правка #${edit.edit_id}`} />
{children}
</Block>
<Block>{children}</Block>
<div className="flex flex-col gap-12">
<Block>
<Header
Expand Down

0 comments on commit 1b1df31

Please sign in to comment.