Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 25cc038

Browse files
authored
DEV: ensure far-copy icon is included in subset (#841)
1 parent 7919173 commit 25cc038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ai_helper/entry_point.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def inject_into(plugin)
77
Rails.root.join("plugins", "discourse-ai", "db", "fixtures", "ai_helper"),
88
)
99

10-
additional_icons = %w[spell-check language images]
10+
additional_icons = %w[spell-check language images far-copy]
1111
additional_icons.each { |icon| plugin.register_svg_icon(icon) }
1212

1313
plugin.add_to_serializer(:current_user, :can_use_assistant) do

0 commit comments

Comments
 (0)