Skip to content

Commit

Permalink
added S5
Browse files Browse the repository at this point in the history
  • Loading branch information
Phipsiart authored Jan 2, 2025
1 parent c9e743e commit f66a188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/departures/sbahn-muc/SBahnInnenanzeiger.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default async function SBahnInnenanzeiger({ tripId }) {
if (data.Line == 'S4') {
themeconfig = '#ef1620';
}
if (data.Line == 'S5) {
themeconfig = '#00547E';
}
if (data.Line == 'S6') {
themeconfig = '#008a51';
}
Expand Down

0 comments on commit f66a188

Please sign in to comment.