You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -394,7 +394,7 @@ class App extends React.Component {
394
394
return<divclassName="main-column">
395
395
<divclassName="empty-state">
396
396
{error_message&&<>{error_message}</>}
397
-
{/* <div id="slowzone-container"> Check out our new <Link to='/slowzones'><button id="slowzone-button">Slow Zone Tracker</button></Link></div> */}
397
+
<divid="slowzone-container"> Check out our new <Linkto='/slowzones'><buttonid="slowzone-button">Slow Zone Tracker</button></Link></div>
398
398
{!error_message&&<>See MBTA rapid transit performance data, including travel times between stations, headways,
399
399
and dwell times, for any given day. <spanstyle={{fontWeight: "bold"}}>Select a line, station pair, and date above to get started.</span><divstyle={{marginTop: 10}}>Looking for something interesting? <spanstyle={{fontWeight: "bold"}}>Try one of these dates:</span></div>
Copy file name to clipboardExpand all lines: src/constants.ts
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1206,3 +1206,22 @@ export const stations = {
1206
1206
]
1207
1207
}
1208
1208
};
1209
+
1210
+
exportconstderailments={
1211
+
Red: {
1212
+
start: "2019-06-11T00:00:00Z",
1213
+
end: "2019-09-21T00:00:00Z",
1214
+
color: "Red",
1215
+
title: "Red line derailment",
1216
+
description:
1217
+
"A red line train derailment at JFK/UMass destroyed important signal infrastructure that took months to repair.",
1218
+
},
1219
+
Orange: {
1220
+
start: "2021-03-16T00:00:00Z",
1221
+
end: "2021-04-16T00:00:00Z",
1222
+
color: "Orange",
1223
+
title: "Orange line derailment",
1224
+
description:
1225
+
"An orange line train derailment damaged a switch, requiring track replacement. A speed restriction followed in order to give the new track time to settle.",
0 commit comments