mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
UX: makes smile the default emoji-picker icon (#30843)
discourse-emojis is used in chat only for message actions to show a difference with the the other emojis so people don't think it's just the smiley emoji.
This commit is contained in:
@ -64,7 +64,7 @@ class ChatSetupInit {
|
||||
label: "chat.emoji",
|
||||
id: "emoji",
|
||||
class: "chat-emoji-btn",
|
||||
icon: "discourse-emojis",
|
||||
icon: "smile",
|
||||
position: "dropdown",
|
||||
displayed: owner.lookup("service:site").mobileView,
|
||||
action(context) {
|
||||
|
Reference in New Issue
Block a user