style(reply): wrong space

This commit is contained in:
plebeius.eth
2023-12-01 10:40:37 +01:00
parent 065a9a3c05
commit 2de2e0d1c4

View File

@@ -148,7 +148,7 @@ const Reply = ({ reply, depth }: ReplyProps) => {
<p className={styles.tagline}>
<span className={styles.expand}>[]</span>
{reply?.author?.displayName && (
<span className={`${styles.author} ${moderatorClass}`}>{reply?.author?.displayName} </span>
<span className={`${styles.author} ${moderatorClass}`}>{reply?.author?.displayName}</span>
)}
<Link
to={`/u/${shortAuthorAddress}`}