Skip to content

Commit bd5f080

Browse files
authored
Merge branch 'main' into main2
2 parents 539f341 + 223d944 commit bd5f080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Toyota Widget/MyToyota.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const carInfo = {
1616
mileage: "23,456 miles",
1717
fuel: "Gasoline",
1818
status: "Locked",
19-
imageURL: "https://cdn.motor1.com/images/mgl/VVVg1/s1/2020-toyota-corolla.jpg"
19+
imageURL: "https://dbhdyzvm8lm25.cloudfront.net/stills_0640_png/MY2020/13478/13478_st0640_116.png"
2020
}
2121

2222
// ── 2. Theme ──
@@ -36,7 +36,7 @@ if (widgetSize === "large") {
3636
}
3737

3838
Script.setWidget(widget)
39-
if (config.runsInApp) await widget.presentMedium()
39+
if (config.runsInApp) await widget.presentLarge()
4040
Script.complete()
4141

4242
// ── 4. Large Widget Layout ──

0 commit comments

Comments
 (0)