Skip to content

Commit

Permalink
align train station location
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicarrojado committed May 5, 2024
1 parent 622cfe3 commit 77d4637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -584,16 +584,16 @@ export const TRAIN_SCHEDULE_ITEMS = [
{
day: "Friday",
time: "5:00 PM onwards",
to: "Jb Sentral (Johor)",
to: "JB SENTRAL",
},
{
day: "Saturday",
time: "Before 3:00 PM",
to: "Jb Sentral (Johor)",
to: "JB SENTRAL",
},
{
day: "Sunday",
time: "11:30 AM onwards",
to: "Woodlands (Singapore)",
to: "WOODLANDS CIQ",
},
];

0 comments on commit 77d4637

Please sign in to comment.