mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
show mxId on hover over displayname
This commit is contained in:
parent
717ffe560f
commit
c9b1a062ce
2 changed files with 10 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ function MessageHeader({
|
|||
<div className="message__header">
|
||||
<div style={{ color }} className="message__profile">
|
||||
<Text variant="b1">{name}</Text>
|
||||
<Text variant="b1">{userId}</Text>
|
||||
</div>
|
||||
<div className="message__time">
|
||||
<Text variant="b3">{time}</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue