Skip to content

Commit 4c2456b

Browse files
committedJan 23, 2025
Remove test hack
1 parent b839b17 commit 4c2456b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 
Binary file not shown.

‎packages/boxel-ui/addon/src/components/button/index.gts

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './hello.png';
2-
31
import { array, concat, hash } from '@ember/helper';
42
import { LinkTo } from '@ember/routing';
53
import Component from '@glimmer/component';
@@ -101,7 +99,6 @@ export default class ButtonComponent extends Component<Signature> {
10199
/* Button */
102100
.boxel-button {
103101
display: inline-flex;
104-
background: url(./hello.png) no-repeat center;
105102
justify-content: center;
106103
height: min-content;
107104
align-items: center;

0 commit comments

Comments
 (0)