From 90d6406643f929e6916b7678487c7b4f14ddd60a Mon Sep 17 00:00:00 2001 From: MrX-SNX Date: Fri, 23 Aug 2024 14:31:45 +0100 Subject: [PATCH] fix: council tab (#409) --- governance/ui/src/pages/MyProfile.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/governance/ui/src/pages/MyProfile.tsx b/governance/ui/src/pages/MyProfile.tsx index 182f37d28..749639613 100644 --- a/governance/ui/src/pages/MyProfile.tsx +++ b/governance/ui/src/pages/MyProfile.tsx @@ -12,17 +12,19 @@ export default function MyProfile() { ); return ( - + <> - - - My Profile - - - Update your profile information below - - - - + + + + My Profile + + + Update your profile information below + + + + + ); }