DEV: Update deprecated Font Awesome icon names (#44)

This commit is contained in:
Kelv 2024-12-07 03:25:54 +08:00 committed by GitHub
parent 533c97fc4f
commit 72af869d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
< 3.4.0.beta2-dev: 533c97fc4fbf65310bdd7d3d13eebefddc4d5ffd
< 3.4.0.beta1-dev: 195e853216558cdc16db598656619aa08abf8927
< 3.3.0.beta1-dev: 4d7491226a4eac33f5a57ebd67f292ef91c8c51e
3.1.999: 6942afd56f4cf43e643bbafe1782aa055fadc7bc

View File

@ -8,6 +8,6 @@
"assets": {},
"color_schemes": {},
"modifiers": {
"svg_icons": ["id-card", "th-list"]
"svg_icons": ["id-card", "table-list"]
}
}

View File

@ -24,7 +24,7 @@ export default class UserCardDirectoryToggle extends Component {
<template>
<DButton
@action={{this.toggleCards}}
@icon={{if this.showingCards "th-list" "id-card"}}
@icon={{if this.showingCards "table-list" "id-card"}}
@title={{themePrefix (if this.showingCards "show_table" "show_cards")}}
class="btn-default open-edit-columns-btn toggle-cards-button"
/>