Skip to content

Commit

Permalink
add className (#1104)
Browse files Browse the repository at this point in the history
add className for user name in plugin reviews
  • Loading branch information
NezitX authored Dec 15, 2024
1 parent b9fdd6f commit c722994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/plugin/plugin.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function Review({
style={{ backgroundImage: `url(${dp})` }}
className="user-profile"
></span>
<span>{name}</span>
<span className="user-name">{name}</span>
<span ref={voteImage} className="vote"></span>
</div>
<p className="review-body">{comment}</p>
Expand Down

0 comments on commit c722994

Please sign in to comment.