From 958766dc65a43521d81ed6aa8b4ee4aadad859e5 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Mon, 5 Aug 2019 15:41:42 +1000 Subject: [PATCH] Bold the profile name and truncate the pubkey --- ts/components/conversation/ContactName.tsx | 2 +- ts/components/conversation/Message.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/ContactName.tsx b/ts/components/conversation/ContactName.tsx index d2d14d7a8..9d40a04ae 100644 --- a/ts/components/conversation/ContactName.tsx +++ b/ts/components/conversation/ContactName.tsx @@ -21,7 +21,7 @@ export class ContactName extends React.Component { const shouldShowProfile = Boolean(profileName && !name); const profileElement = shouldShowProfile ? ( - + ) : null; diff --git a/ts/components/conversation/Message.tsx b/ts/components/conversation/Message.tsx index 279d98425..2955c26af 100644 --- a/ts/components/conversation/Message.tsx +++ b/ts/components/conversation/Message.tsx @@ -307,7 +307,7 @@ export class Message extends React.PureComponent { return (