UX: replace "share" with "share-alt" icon (#784)
This commit is contained in:
parent
584753cf60
commit
4a1874265e
|
@ -177,7 +177,7 @@ function initializeShareButton(api) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
action: shareAiResponse,
|
action: shareAiResponse,
|
||||||
icon: "share",
|
icon: "share-alt",
|
||||||
className: "post-action-menu__share",
|
className: "post-action-menu__share",
|
||||||
title: "discourse_ai.ai_bot.share",
|
title: "discourse_ai.ai_bot.share",
|
||||||
position: "first",
|
position: "first",
|
||||||
|
|
Loading…
Reference in New Issue