1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00

[Glitch] Fix reply icon display in picture-in-picture footer

Port 1cba91d6d1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Santiago Kozak 2023-12-29 06:48:27 -03:00 committed by Claire
parent dd56900fac
commit 731f01adb1

View File

@ -181,7 +181,7 @@ class Footer extends ImmutablePureComponent {
if (status.get('in_reply_to_id', null) === null) {
replyIcon = 'reply';
replyIconComponent = RepeatIcon;
replyIconComponent = ReplyIcon;
replyTitle = intl.formatMessage(messages.reply);
} else {
replyIcon = 'reply-all';