Skip to content

Commit

Permalink
fix: Exclamation mark icon over images. Fixes #95
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Apr 30, 2021
1 parent 4901d6b commit 96639b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,7 @@ export default class BannerCard extends LitElement {
`;
} else if (image === true) {
return html`
<state-badge
style="background-image: url(${value});"
@click=${click}
></state-badge>
<state-badge .overrideImage=${value} @click=${click}></state-badge>
`;
}

Expand Down

0 comments on commit 96639b4

Please sign in to comment.