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

Commit 890b85b

Browse files
DEV: Update icons for FA6 (#1074)
1 parent 4784e7f commit 890b85b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/javascripts/discourse/components/suggestion-menus/ai-category-suggester.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default class AiCategorySuggester extends Component {
7575
popupAjaxError(error);
7676
} finally {
7777
this.loading = false;
78-
this.triggerIcon = "sync-alt";
78+
this.triggerIcon = "rotate";
7979
}
8080

8181
return this.suggestions;

assets/javascripts/discourse/components/suggestion-menus/ai-tag-suggester.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class AiTagSuggester extends Component {
105105
popupAjaxError(error);
106106
} finally {
107107
this.loading = false;
108-
this.triggerIcon = "sync-alt";
108+
this.triggerIcon = "rotate";
109109
}
110110

111111
return this.suggestions;

assets/javascripts/discourse/components/suggestion-menus/ai-title-suggester.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default class AiTitleSuggester extends Component {
8383
popupAjaxError(error);
8484
} finally {
8585
this.loading = false;
86-
this.triggerIcon = "sync-alt";
86+
this.triggerIcon = "rotate";
8787
}
8888

8989
return this.suggestions;

0 commit comments

Comments
 (0)