From 44d0d5c65314ad394246396bcc87ea6ae9362eae Mon Sep 17 00:00:00 2001 From: Michal Masrna Date: Sat, 11 Nov 2023 17:18:56 +0100 Subject: [PATCH] Profile contentWidth from 2 to 1 --- src/pages/strom/profil/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/strom/profil/index.tsx b/src/pages/strom/profil/index.tsx index 467b6ace..0b142fcf 100644 --- a/src/pages/strom/profil/index.tsx +++ b/src/pages/strom/profil/index.tsx @@ -4,7 +4,7 @@ import {PageLayout} from '@/components/PageLayout/PageLayout' import {ProfileDetail} from '@/components/Profile/ProfileDetail' const Profile: NextPage = () => ( - + )