DEV: Update icons for FA6 (#1074)

This commit is contained in:
David Taylor 2025-01-17 10:12:57 +00:00 committed by GitHub
parent 4784e7fe43
commit 890b85bff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ export default class AiCategorySuggester extends Component {
popupAjaxError(error);
} finally {
this.loading = false;
this.triggerIcon = "sync-alt";
this.triggerIcon = "rotate";
}
return this.suggestions;

View File

@ -105,7 +105,7 @@ export default class AiTagSuggester extends Component {
popupAjaxError(error);
} finally {
this.loading = false;
this.triggerIcon = "sync-alt";
this.triggerIcon = "rotate";
}
return this.suggestions;

View File

@ -83,7 +83,7 @@ export default class AiTitleSuggester extends Component {
popupAjaxError(error);
} finally {
this.loading = false;
this.triggerIcon = "sync-alt";
this.triggerIcon = "rotate";
}
return this.suggestions;