We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b839b17 commit 4c2456bCopy full SHA for 4c2456b
packages/boxel-ui/addon/src/components/button/hello.png
-59.9 KB
packages/boxel-ui/addon/src/components/button/index.gts
@@ -1,5 +1,3 @@
1
-import './hello.png';
2
-
3
import { array, concat, hash } from '@ember/helper';
4
import { LinkTo } from '@ember/routing';
5
import Component from '@glimmer/component';
@@ -101,7 +99,6 @@ export default class ButtonComponent extends Component<Signature> {
101
99
/* Button */
102
100
.boxel-button {
103
display: inline-flex;
104
- background: url(./hello.png) no-repeat center;
105
justify-content: center;
106
height: min-content;
107
align-items: center;
0 commit comments