We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c76d0 + 64d983a commit 818737dCopy full SHA for 818737d
audio/WMT/323/stations/LTC.mp3 renamed to audio/WMT/323/stations/LIC.mp3
src/announcement-data/systems/rolling-stock/WMTClass323.ts
@@ -137,8 +137,8 @@ export default class WMTClass172 extends TrainAnnouncementSystem {
137
'FWY',
138
'GVH',
139
'KNN',
140
+ 'LIC',
141
'LOB',
- 'LTC',
142
'LTV',
143
'NFD',
144
'RDC',
src/pages/rolling-stock/wmt-class-323.tsx
@@ -4,6 +4,6 @@ import SystemPageTemplate from '@components/SystemPageTemplate'
4
5
import type { PageProps } from 'gatsby'
6
7
-export default function WMTClass172Page({ location }: PageProps) {
+export default function WMTClass323Page({ location }: PageProps) {
8
return <SystemPageTemplate system={WMTClass323} location={location} />
9
}
0 commit comments