Skip to content

Commit c722994

Browse files
authored
add className (#1104)
add className for user name in plugin reviews
1 parent b9fdd6f commit c722994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/plugin/plugin.view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function Review({
317317
style={{ backgroundImage: `url(${dp})` }}
318318
className="user-profile"
319319
></span>
320-
<span>{name}</span>
320+
<span className="user-name">{name}</span>
321321
<span ref={voteImage} className="vote"></span>
322322
</div>
323323
<p className="review-body">{comment}</p>

0 commit comments

Comments
 (0)