Skip to content

Commit fe89ef3

Browse files
authored
Merge pull request #149 from Neamar/patch-5
Update compatibility graph
2 parents 5635c6a + aaa1c2a commit fe89ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webui/src/components/LandingPage/LandingCompatibility.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export const LandingCompatibility = () => {
335335
<AudioObject
336336
name="Vinyl Player"
337337
icon={RecorderPlayerIcon}
338-
description="Use a old vinyl player or any device that can be plugged to an audio line-in input"
338+
description="Use an old vinyl player or any device that can be plugged to an audio line-in input"
339339
column={1}
340340
row={2}
341341
inRowCount={3}
@@ -405,7 +405,7 @@ export const LandingCompatibility = () => {
405405
<AudioObject
406406
name="Chromecast"
407407
icon={ChromecastIcon}
408-
description="Soundsync detects every Chromecast on your wifi network and let you listen to your music anywhere in your home"
408+
description="Soundsync detects every Chromecast on your wifi network and lets you listen to your music anywhere in your home"
409409
column={3}
410410
row={0}
411411
inRowCount={5}
@@ -416,7 +416,7 @@ export const LandingCompatibility = () => {
416416
<AudioObject
417417
name="Airplay Speaker"
418418
icon={AirplaySpeakerIcon}
419-
description="Soundsync detects every Airplay speaker on your wifi network and let you listen to your music anywhere in your home"
419+
description="Soundsync detects every Airplay speaker on your wifi network and lets you listen to your music anywhere in your home"
420420
column={3}
421421
row={1}
422422
inRowCount={5}

0 commit comments

Comments
 (0)