Skip to content

Commit

Permalink
Update hatc-tesla-card.js
Browse files Browse the repository at this point in the history
Modification fonctionnements image
  • Loading branch information
tagcashdev committed May 8, 2023
1 parent aa3c81b commit 270da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatc-tesla-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class HatcTeslaCard extends LitElement {
if(hassEntity){
return html`
<ha-card class="HatcTeslaCard">
<img style="" src="./tesla-img/car.jpg">
<img style="" src="/local/hatc-tesla/car.jpg">
</ha-card>
`;
}else{
Expand Down

0 comments on commit 270da87

Please sign in to comment.