UX: replace "share" with "share-alt" icon (#784)

This commit is contained in:
Kris 2024-08-30 11:13:09 -04:00 committed by GitHub
parent 584753cf60
commit 4a1874265e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function initializeShareButton(api) {
return {
action: shareAiResponse,
icon: "share",
icon: "share-alt",
className: "post-action-menu__share",
title: "discourse_ai.ai_bot.share",
position: "first",