Skip to content

Commit 84cbabc

Browse files
update
take a look. Co-Authored-By: Kael Nox <192391771+V0idVanguard@users.noreply.github.com>
1 parent 500e9e5 commit 84cbabc

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 || 'large'
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)