DEV: remove fa- prefix from icon names and update deprecated names for times and undo (#680)

This commit is contained in:
Kelv 2025-01-17 04:56:25 +08:00 committed by GitHub
parent 3007975b95
commit 4eaa701133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@ export default class DiscoursePostEventInvitee extends Component {
get statusIcon() {
switch (this.args.invitee.status) {
case "going":
return "fa-check";
return "check";
case "interested":
return "fa-star";
return "star";
case "not_going":
return "fa-times";
return "xmark";
}
}

View File

@ -28,7 +28,7 @@ export default createWidget("discourse-group-timezones-reset", {
attrs=(hash
disabled=this.transformed.isDisabled
action="onResetOffset"
icon="undo"
icon="arrow-rotate-left"
)
}}
`,