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

Commit d596b74

Browse files
committed
update to trash-can
1 parent ab01780 commit d596b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/models/reviewable_ai_chat_message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def build_actions(actions, guardian, args)
6969

7070
build_action(actions, :ignore, icon: "external-link-alt")
7171

72-
build_action(actions, :delete_and_agree, icon: "far-trash-alt") unless chat_message.deleted_at?
72+
build_action(actions, :delete_and_agree, icon: "far-trash-can") unless chat_message.deleted_at?
7373
end
7474

7575
def perform_agree_and_keep_message(performed_by, args)

app/models/reviewable_ai_post.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build_actions(actions, guardian, args)
5858
delete =
5959
actions.add_bundle(
6060
"#{id}-delete",
61-
icon: "far-trash-alt",
61+
icon: "far-trash-can",
6262
label: "reviewables.actions.delete.title",
6363
)
6464
build_action(actions, :delete_and_ignore, icon: "external-link-alt", bundle: delete)

0 commit comments

Comments
 (0)