Skip to content

Commit 818737d

Browse files
committed
Merge branch 'main' into deploy
2 parents f7c76d0 + 64d983a commit 818737d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/announcement-data/systems/rolling-stock/WMTClass323.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ export default class WMTClass172 extends TrainAnnouncementSystem {
137137
'FWY',
138138
'GVH',
139139
'KNN',
140+
'LIC',
140141
'LOB',
141-
'LTC',
142142
'LTV',
143143
'NFD',
144144
'RDC',

src/pages/rolling-stock/wmt-class-323.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import SystemPageTemplate from '@components/SystemPageTemplate'
44

55
import type { PageProps } from 'gatsby'
66

7-
export default function WMTClass172Page({ location }: PageProps) {
7+
export default function WMTClass323Page({ location }: PageProps) {
88
return <SystemPageTemplate system={WMTClass323} location={location} />
99
}

0 commit comments

Comments
 (0)