Skip to content

Commit 435fa2d

Browse files
comma 4 image (#175)
* new * add back * save * fix
1 parent ae6924b commit 435fa2d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/app/index.jsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { Suspense, lazy } from 'react'
22

33
import 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'
56
import zadigCreateNewDevice from '../assets/zadig_create_new_device.png'
67
import 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}

src/assets/qdl-ports-four.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)