forked from abner/for-legacy-web
Fix: Message copy brackets and icon changes
This commit is contained in:
@@ -55,9 +55,7 @@ function Message({ attachContext, message, contrast, content: replacement, head:
|
||||
</MessageInfo>
|
||||
<MessageContent>
|
||||
{ head && <span className="detail">
|
||||
<span className="author">
|
||||
<Username user={user} onContextMenu={userContext} onClick={openProfile} />
|
||||
</span>
|
||||
<Username className="author" user={user} onContextMenu={userContext} onClick={openProfile} />
|
||||
<MessageDetail message={message} position="top" />
|
||||
</span> }
|
||||
{ replacement ?? <Markdown content={content} /> }
|
||||
|
||||
Reference in New Issue
Block a user