We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7151c2c commit 3362ffcCopy full SHA for 3362ffc
about.json
@@ -7,7 +7,7 @@
7
"assets": {},
8
"modifiers": {
9
"svg_icons": [
10
- "caret-square-down"
+ "square-caret-down"
11
]
12
}
13
javascripts/discourse/components/custom-header-links.gjs
@@ -40,7 +40,7 @@ export default class CustomHeaderLinks extends Component {
40
{{#if this.site.mobileView}}
41
<span class="btn-custom-header-dropdown-mobile">
42
<DButton
43
- @icon="caret-square-down"
+ @icon="square-caret-down"
44
@title={{i18n "custom_header.discord"}}
45
@action={{this.toggleHeaderLinks}}
46
/>
0 commit comments