Skip to content

Commit

Permalink
DEV: Update more deprecated Font Awesome icon names (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Dec 8, 2024
1 parent d1d4a64 commit 3a8eb34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .discourse-compatibility
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
< 3.4.0.beta2-dev: d1d4a64c7d3ad5542968fda184e249c2a5fd38be
< 3.4.0.beta1-dev: b3c36ce64867a6a0486dee8232c73997e1f3ece0
< 3.3.0.beta1-dev: c8b15afa2db6f9f0ccee83f4dd730ea4d67f6132
< 3.1.0.beta2-dev: c78a3998cdafabde7b9fa2e99ddab8ad2449c994
Expand Down
2 changes: 1 addition & 1 deletion javascripts/discourse/components/kanban/controls.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class KanbanControls extends Component {
{{#if this.kanbanManager.active}}
<DMenu
class="kanban-controls"
@icon="far-list-alt"
@icon="far-rectangle-list"
@title={{i18n (themePrefix "controls")}}
as |menu|
>
Expand Down
2 changes: 1 addition & 1 deletion javascripts/discourse/components/kanban/wrapper.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class Kanban extends Component {
<div class="fullscreen-close-wrapper">
<DButton
class="fullscreen-close"
@icon="times"
@icon="xmark"
@action={{this.exitFullscreen}}
@title={{themePrefix "fullscreen"}}
/>
Expand Down

0 comments on commit 3a8eb34

Please sign in to comment.