Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Dec 10, 2023
1 parent f723085 commit 337f92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/apps/doprocess/app/(rest)/(marketing)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function RootMarketingLayout({ children, }: {
}) {
return (
<>
<PageNav fullWidth cta />
<PageNav fullWidth />
<Container className="pt-20" maxWidth="lg">
{children}
</Container>
Expand Down

0 comments on commit 337f92b

Please sign in to comment.