mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-10 10:06:24 +01:00
Show more consistent icon for "comment"
This commit is contained in:
parent
00675c827f
commit
35974cc89c
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ function Status({
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-horizontal">
|
<div class="menu-horizontal">
|
||||||
<MenuItem onClick={replyStatus}>
|
<MenuItem onClick={replyStatus}>
|
||||||
<Icon icon="reply" />
|
<Icon icon="comment" />
|
||||||
<span>Reply</span>
|
<span>Reply</span>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem
|
<MenuItem
|
||||||
|
|
Loading…
Reference in a new issue