Skip to content

Commit 3362ffc

Browse files
committed
DEV: update deprecated icon name from caret-square-down to square-caret-down
1 parent 7151c2c commit 3362ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

about.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"assets": {},
88
"modifiers": {
99
"svg_icons": [
10-
"caret-square-down"
10+
"square-caret-down"
1111
]
1212
}
1313
}

javascripts/discourse/components/custom-header-links.gjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class CustomHeaderLinks extends Component {
4040
{{#if this.site.mobileView}}
4141
<span class="btn-custom-header-dropdown-mobile">
4242
<DButton
43-
@icon="caret-square-down"
43+
@icon="square-caret-down"
4444
@title={{i18n "custom_header.discord"}}
4545
@action={{this.toggleHeaderLinks}}
4646
/>

0 commit comments

Comments
 (0)