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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user