File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11import { Suspense , lazy } from 'react'
22
33import comma from '../assets/comma.svg'
4- import qdlPorts from '../assets/qdl-ports.svg'
4+ import qdlPortsFour from '../assets/qdl-ports-four.svg'
5+ import qdlPortsThree from '../assets/qdl-ports-three.svg'
56import zadigCreateNewDevice from '../assets/zadig_create_new_device.png'
67import zadigForm from '../assets/zadig_form.png'
78
@@ -98,7 +99,13 @@ export default function App() {
9899 < li > Second, connect power to the < strong > upper</ strong > < span className = "whitespace-nowrap" > OBD-C</ span > port < strong > (port 2)</ strong > .</ li >
99100 </ ol >
100101 < img
101- src = { qdlPorts }
102+ src = { qdlPortsFour }
103+ alt = "image showing comma four and two ports. the right port is labeled 1. the left port is labeled 2."
104+ width = { 225 }
105+ height = { 150 }
106+ />
107+ < img
108+ src = { qdlPortsThree }
102109 alt = "image showing comma three and two ports. the lower port is labeled 1. the upper port is labeled 2."
103110 width = { 450 }
104111 height = { 300 }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments