Skip to content

Commit

Permalink
Profile contentWidth back to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmasrna1 committed Nov 11, 2023
1 parent 44d0d5c commit 9640b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/strom/profil/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 {ProfileDetail} from '@/components/Profile/ProfileDetail'

const Profile: NextPage = () => (
<PageLayout contentWidth={1} title="Profil">
<PageLayout contentWidth={2} title="Profil">
<ProfileDetail />
</PageLayout>
)
Expand Down

0 comments on commit 9640b80

Please sign in to comment.