mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-09 13:31:07 -05:00
feat(reply): show cid for reference, and add u/ to user address for consistency
This commit is contained in:
@@ -23,6 +23,7 @@ const Reply: FC<ReplyProps> = ({ reply }) => {
|
||||
link,
|
||||
linkHeight,
|
||||
linkWidth,
|
||||
shortCid,
|
||||
timestamp,
|
||||
upvoteCount,
|
||||
} = reply || {};
|
||||
@@ -55,8 +56,9 @@ const Reply: FC<ReplyProps> = ({ reply }) => {
|
||||
}}
|
||||
className={styles.author}
|
||||
>
|
||||
{shortAddress}
|
||||
u/{shortAddress}
|
||||
</Link>
|
||||
<span className={styles.time}>c/{shortCid}</span>
|
||||
<span className={styles.score}>{scoreTranslation}</span>
|
||||
|
||||
<span className={styles.time}>{utils.getFormattedTime(timestamp)}</span>
|
||||
|
||||
Reference in New Issue
Block a user