diff --git a/pkg/interface/src/views/apps/profile/components/Profile.tsx b/pkg/interface/src/views/apps/profile/components/Profile.tsx index d42db79dc4..3d35126d3c 100644 --- a/pkg/interface/src/views/apps/profile/components/Profile.tsx +++ b/pkg/interface/src/views/apps/profile/components/Profile.tsx @@ -134,7 +134,13 @@ export function ProfileActions(props: any): ReactElement { history.push(`/~profile/${ship}/edit`); }} > - Edit {isPublic ? 'Public' : 'Private'} Profile + Edit + + {isPublic ? ' Public' : ' Private'} Profile + +
{ isEdit ? (