mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
parent
d9f8ebd5fe
commit
1ae61a0715
@ -134,7 +134,13 @@ export function ProfileActions(props: any): ReactElement {
|
||||
history.push(`/~profile/${ship}/edit`);
|
||||
}}
|
||||
>
|
||||
Edit {isPublic ? 'Public' : 'Private'} Profile
|
||||
Edit
|
||||
<Text
|
||||
fontWeight='500'
|
||||
cursor='pointer'
|
||||
display={['none','inline']}>
|
||||
{isPublic ? ' Public' : ' Private'} Profile
|
||||
</Text>
|
||||
</Text>
|
||||
<SetStatusBarModal
|
||||
isControl
|
||||
@ -183,7 +189,7 @@ export function Profile(props: any): ReactElement | null {
|
||||
}
|
||||
|
||||
return (
|
||||
<Center p={[0, 4]} height='100%' width='100%'>
|
||||
<Center p={[3, 4]} height='100%' width='100%'>
|
||||
<Box maxWidth='600px' width='100%' position='relative'>
|
||||
{ isEdit ? (
|
||||
<EditProfile
|
||||
|
Loading…
Reference in New Issue
Block a user