Skip to content

Commit ee7e436

Browse files
committed
fix: replace toolkit lane images with higher resolution exports
1 parent 4d9ee05 commit ee7e436

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

120 KB
Loading
116 KB
Loading
102 KB
Loading
110 KB
Loading
107 KB
Loading

landing/src/components/home/toolkit-lanes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ type Lane = {
2020
const laneImage = {
2121
displayWidth: 528,
2222
displayHeight: 868,
23-
intrinsicWidth: 1056,
24-
intrinsicHeight: 1736,
23+
intrinsicWidth: 2112,
24+
intrinsicHeight: 3472,
2525
} as const;
2626

2727
const lanes: Lane[] = [

landing/src/content/assets.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,40 @@
1919
"path": "/figma/lane-interact.webp",
2020
"logicalWidth": 528,
2121
"logicalHeight": 868,
22-
"density": 2,
23-
"maxBytes": 100000,
22+
"density": 4,
23+
"maxBytes": 300000,
2424
"usedBy": "Interact toolkit lane"
2525
},
2626
{
2727
"path": "/figma/lane-debug.webp",
2828
"logicalWidth": 528,
2929
"logicalHeight": 868,
30-
"density": 2,
31-
"maxBytes": 100000,
30+
"density": 4,
31+
"maxBytes": 300000,
3232
"usedBy": "Debug toolkit lane"
3333
},
3434
{
3535
"path": "/figma/lane-profile.webp",
3636
"logicalWidth": 528,
3737
"logicalHeight": 868,
38-
"density": 2,
39-
"maxBytes": 100000,
38+
"density": 4,
39+
"maxBytes": 300000,
4040
"usedBy": "Profile toolkit lane"
4141
},
4242
{
4343
"path": "/figma/lane-capture.webp",
4444
"logicalWidth": 528,
4545
"logicalHeight": 868,
46-
"density": 2,
47-
"maxBytes": 100000,
46+
"density": 4,
47+
"maxBytes": 300000,
4848
"usedBy": "Capture toolkit lane"
4949
},
5050
{
5151
"path": "/figma/lane-test.webp",
5252
"logicalWidth": 528,
5353
"logicalHeight": 868,
54-
"density": 2,
55-
"maxBytes": 100000,
54+
"density": 4,
55+
"maxBytes": 300000,
5656
"usedBy": "Test E2E toolkit lane"
5757
},
5858
{

0 commit comments

Comments
 (0)