mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-20 23:28:52 -04:00
style(reply): wrong space
This commit is contained in:
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user