Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Update more deprecated Font Awesome icon names #70

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading