Skip to content

Commit 4e577e1

Browse files
committed
comma three
1 parent dd883ea commit 4e577e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/Flash.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)