DEV: removes unused disabled-icon (#27856)

This commit is contained in:
Joffrey JAFFEUX 2024-07-11 11:52:52 +02:00 committed by GitHub
parent 8fe73ab404
commit 11713518ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
{{d-icon this.icon class="fa-stack-1x"}}
{{#if this.disabled}}
{{d-icon "ban" class="fa-stack-2x"}}
{{/if}}

View File

@ -1,5 +0,0 @@
import Component from "@ember/component";
export default Component.extend({
tagName: "span",
classNameBindings: [":fa-stack"],
});