Skip to content

Commit

Permalink
change in the display of emoticons
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoLiendro authored and shuashuai committed Sep 3, 2024
1 parent 811d6de commit 832fa68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Index: FC<Props> = ({

return (
<div
className={classNames('d-block d-md-flex flex-wrap', {
className={classNames('d-block d-flex flex-wrap', {
'mb-3': !showAddCommentBtn,
})}>
{showAddCommentBtn && (
Expand Down

0 comments on commit 832fa68

Please sign in to comment.