Skip to content
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
3 changes: 2 additions & 1 deletion .discourse-compatibility
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
< 3.3.0.beta1-dev: f3561ce7fd9dded965fb8e9a99229539c7af3aa1
< 3.4.0.beta2-dev: 7151c2cd4e150c70ad6b6e320369bec25c2df402
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

points to this commit: 7151c2c, and this version is the earliest when we have introduced the FA icon deprecation.

< 3.3.0.beta1-dev: f3561ce7fd9dded965fb8e9a99229539c7af3aa1
2 changes: 1 addition & 1 deletion about.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"assets": {},
"modifiers": {
"svg_icons": [
"caret-square-down"
"square-caret-down"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

]
}
}
2 changes: 1 addition & 1 deletion javascripts/discourse/components/custom-header-links.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Component from "@ember/component";
import { hash } from "@ember/helper";
import { action } from "@ember/object";
import { inject as service } from "@ember/service";

Check failure on line 5 in javascripts/discourse/components/custom-header-links.gjs

View workflow job for this annotation

GitHub Actions / ci / linting

Use direct 'service' import instead of 'inject as service'
import DButton from "discourse/components/d-button";
import concatClass from "discourse/helpers/concat-class";
import closeOnClickOutside from "discourse/modifiers/close-on-click-outside";
Expand Down Expand Up @@ -40,7 +40,7 @@
{{#if this.site.mobileView}}
<span class="btn-custom-header-dropdown-mobile">
<DButton
@icon="caret-square-down"
@icon="square-caret-down"
@title={{i18n "custom_header.discord"}}
@action={{this.toggleHeaderLinks}}
/>
Expand Down
Loading