From ddccaf16f39a4bf710266edc389fcde124e7ef56 Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 23 Jan 2025 17:23:58 +0000 Subject: use icons-in-css instead of icon font --- templates/reply_button.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates/reply_button.php') diff --git a/templates/reply_button.php b/templates/reply_button.php index b86a21f..af36000 100644 --- a/templates/reply_button.php +++ b/templates/reply_button.php @@ -1,12 +1,11 @@ countReplies() > 0 ? 'reply_all' : 'reply'; +$icon = $note->countReplies() > 0 ? 'reply-all' : 'reply'; $id = "interactButton-reply-$note->id"; ?>