shorten CIDs on mobile

This commit is contained in:
Tom (plebeius.eth)
2024-08-20 11:01:19 +02:00
parent fcbd960020
commit 0c7fcd3f63
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ const PostInfoAndMedia = ({ openReplyModal, post, postReplyCount = 0, roles }: P
c/
</Link>
<span className={styles.replyToPost} title={t('reply_to_post')} onMouseDown={() => openReplyModal && openReplyModal(cid, postCid, subplebbitAddress)}>
{shortCid}
{shortCid.slice(0, -4)}
</span>
</>
) : (