Skip to content

Commit 8310962

Browse files
authored
Fixed rear tire sights label inverted (#923)
1 parent f481633 commit 8310962

File tree

1 file changed

+4
-4
lines changed
  • packages/sights/research/data/all

1 file changed

+4
-4
lines changed

packages/sights/research/data/all/all.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,17 @@
214214
"all-1pqg1sU3": {
215215
"id": "all-1pqg1sU3",
216216
"category": "misc",
217-
"label": "rear-right-tire",
218-
"wheel_name": "wheel_back_right",
217+
"label": "rear-left-tire",
218+
"wheel_name": "wheel_back_left",
219219
"overlay": "all-1pqg1sU3.svg",
220220
"vehicle": "all",
221221
"tasks": ["compliances", "wheel_analysis"]
222222
},
223223
"all-HWSQ9Svy": {
224224
"id": "all-HWSQ9Svy",
225225
"category": "misc",
226-
"label": "rear-left-tire",
227-
"wheel_name": "wheel_back_left",
226+
"label": "rear-right-tire",
227+
"wheel_name": "wheel_back_right",
228228
"overlay": "all-HWSQ9Svy.svg",
229229
"vehicle": "all",
230230
"tasks": ["compliances", "wheel_analysis"]

0 commit comments

Comments
 (0)