UX: unify ai representing icon (#257)

This PR addresses the effort to use one icon representing discourse-ai.

Removed discourse-sparkles from discourse-ai, now included in core ``vendor/assets/svg-icons/discourse-additional.svg``
This commit is contained in:
Ty Correll
2023-10-19 17:31:56 -05:00
committed by GitHub
parent e95b90bc55
commit 87c591bbc2
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ module DiscourseAi
Rails.root.join("plugins", "discourse-ai", "db", "fixtures", "ai_helper"),
)
additional_icons = %w[discourse-sparkles spell-check language]
additional_icons = %w[spell-check language]
additional_icons.each { |icon| plugin.register_svg_icon(icon) }
end
end