Skip to content

Commit 824c0e4

Browse files
authored
Merge pull request #18 from rushhiii/main4
update
2 parents 8ae5cfb + 5c37509 commit 824c0e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Toyota Widget/MyToyota.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
// ──────────────────────────────────────
88

99
// ── 1. Config & Mock Data ──
10-
const widgetSize = config.widgetFamily || 'small'
10+
// const widgetSize = config.widgetFamily || 'large'
11+
const widgetSize = config.widgetFamily || 'medium' // Change to 'small' or 'large' as needed
1112

1213
const carInfo = {
1314
brand: "Toyota",

0 commit comments

Comments
 (0)