File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ function ConnectInstructions({ deviceType, onNext }) {
433433 < div className = "flex flex-col md:flex-row gap-8 items-center" >
434434 < img
435435 src = { isCommaFour ? qdlPortsFour : qdlPortsThree }
436- alt = { isCommaFour ? "comma four ports" : "comma 3 and 3X ports" }
436+ alt = { isCommaFour ? "comma four ports" : "comma three and 3X ports" }
437437 className = "h-48"
438438 />
439439
@@ -560,8 +560,8 @@ function DevicePicker({ onSelect }) {
560560 : 'border-gray-300 hover:border-gray-400'
561561 } `}
562562 >
563- < img src = { comma3XProduct } alt = "comma 3 or comma 3X" className = "h-32 object-contain" />
564- < span className = "text-xl font-semibold" > comma 3 < br /> comma 3X</ span >
563+ < img src = { comma3XProduct } alt = "comma three or comma 3X" className = "h-32 object-contain" />
564+ < span className = "text-xl font-semibold" > comma three < br /> comma 3X</ span >
565565 </ button >
566566
567567 < button
You can’t perform that action at this time.
0 commit comments