Use different icon for comment hint

pull/334/head
Lim Chee Aun 2023-11-23 16:50:14 +08:00
rodzic b22e7c06a7
commit 6553ae0b6e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -810,7 +810,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
/>
{ancestor && isThread && repliesCount > 1 && (
<div class="replies-link">
<Icon icon="comment" />{' '}
<Icon icon="comment2" />{' '}
<span title={repliesCount}>
{shortenNumber(repliesCount)}
</span>
@ -1323,7 +1323,7 @@ function SubComments({
/>
{!r.replies?.length && r.repliesCount > 0 && (
<div class="replies-link">
<Icon icon="comment" />{' '}
<Icon icon="comment2" />{' '}
<span title={r.repliesCount}>
{shortenNumber(r.repliesCount)}
</span>