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 + + + + + ); }