Merge pull request #4753 from urbit/mp/landscape/restore-bubble

ProfileOverlay: restore DM button
This commit is contained in:
matildepark 2021-04-12 17:02:08 -04:00 committed by GitHub
commit 3214ded0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,16 @@ const ProfileOverlay = (props: ProfileOverlayProps) => {
padding={3}
justifyContent='center'
>
<Row color='black' padding={3} position='absolute' top={0} left={0}>
{!isOwn && (
<Icon
icon='Chat'
size={16}
cursor='pointer'
onClick={() => history.push(`/~landscape/dm/${ship}`)}
/>
)}
</Row>
<Box
alignSelf='center'
height='72px'