Skip to content

Commit

Permalink
remove contentWidth on /strom for consistency (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky authored Dec 17, 2022
1 parent 07eb643 commit 67e80cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/strom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {PageLayout} from '@/components/PageLayout/PageLayout'
import {Posts} from '@/components/Post/Post'

const Strom: NextPage = () => (
<PageLayout contentWidth={1} title="Seminár Strom">
<PageLayout title="Seminár Strom">
<Posts seminarId={1} />
</PageLayout>
)
Expand Down

0 comments on commit 67e80cc

Please sign in to comment.