mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
Merge pull request #4751 from urbit/mp/landscape/inline-mentions
MentionText: inline mentions
This commit is contained in:
commit
09cd2bc020
@ -50,7 +50,7 @@ export function Mention(props: {
|
|||||||
const name = showNickname ? contact?.nickname : cite(ship);
|
const name = showNickname ? contact?.nickname : cite(ship);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ProfileOverlay ship={ship} api={api}>
|
<ProfileOverlay ship={ship} api={api} display="inline">
|
||||||
<Text
|
<Text
|
||||||
marginLeft={first? 0 : 1}
|
marginLeft={first? 0 : 1}
|
||||||
marginRight={1}
|
marginRight={1}
|
||||||
|
Loading…
Reference in New Issue
Block a user