Add Lyria logo

This commit is contained in:
2024-02-10 20:50:18 +01:00
parent 0d5a62ae7f
commit 7486fb2b4d
2 changed files with 21 additions and 2 deletions

View File

@ -258,14 +258,16 @@ function getTrainTypeDisplay(trainType) {
return <img src="/tgv_inoui.svg" alt="TGV INOUI" width="80%" />
case "OUIGO":
return <img src="/ouigo.svg" alt="OUIGO" width="80%" />
case "ICE":
return <img src="/ice.svg" alt="ICE" width="80%" />
case "Lyria":
return <img src="/lyria.svg" alt="Lyria" width="80%" />
case "TER":
return <img src="/ter.svg" alt="TER" width="80%" />
case "Car TER":
return <div><img src="/bus.svg" alt="Car" width="40%" />
<br/>
<img src="/ter.svg" alt="TER" width="40%" /></div>
case "ICE":
return <img src="/ice.svg" alt="ICE" width="80%" />
case "Eurostar":
return <img src="/eurostar_mini.svg" alt="Eurostar" width="80%" />
case "Trenitalia":