From 215aa660681a5c54065afb06140f6c4ac22119b9 Mon Sep 17 00:00:00 2001 From: ishpaul207 <123591487+ishpaul207@users.noreply.github.com> Date: Wed, 10 May 2023 12:15:41 +0000 Subject: [PATCH] fix layout of profile page --- studio/src/pages/profile/index.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/studio/src/pages/profile/index.js b/studio/src/pages/profile/index.js index 4c8c3fd50..3d6c4bc3e 100644 --- a/studio/src/pages/profile/index.js +++ b/studio/src/pages/profile/index.js @@ -54,10 +54,11 @@ function Profile() { return (
- +
- - - - - Other + + + @@ -124,14 +123,15 @@ function Profile() { - - + + + + - ~
- +
); }