From 9640b80a6025c470e31b67738006b2a64cd43273 Mon Sep 17 00:00:00 2001 From: Michal Masrna Date: Sat, 11 Nov 2023 19:59:04 +0100 Subject: [PATCH] Profile contentWidth back to 2 --- 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 0b142fcf..467b6ace 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 = () => ( - + )