We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae5cfb + 5c37509 commit 824c0e4Copy full SHA for 824c0e4
1 file changed
Toyota Widget/MyToyota.js
@@ -7,7 +7,8 @@
7
// ──────────────────────────────────────
8
9
// ── 1. Config & Mock Data ──
10
-const widgetSize = config.widgetFamily || 'small'
+// const widgetSize = config.widgetFamily || 'large'
11
+const widgetSize = config.widgetFamily || 'medium' // Change to 'small' or 'large' as needed
12
13
const carInfo = {
14
brand: "Toyota",
0 commit comments