Skip to content

Commit

Permalink
update peak period for ktm train tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicarrojado committed May 6, 2024
1 parent 77d4637 commit 35877c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ export const TELEGRAM_PUBLIC_CHANNELS: TelegramPublicChannels = [
</Link>{" "}
available from Singapore (SG) to Johor Bahru (JB) and vice versa. <br />
<small>
(for SG -&gt; JB: Fridays 5:00 PM onwards, Saturdays before 3:00 PM
(for SG -&gt; JB: Fridays 6:45 PM - 10:30 PM, Saturdays before 3:00 PM
only)
</small>{" "}
<br />
<small>(for JB -&gt; SG: Sundays 11:30 AM onwards only)</small>
<small>(for JB -&gt; SG: Sundays 12:45 PM onwards only)</small>
</>
),
},
Expand Down Expand Up @@ -354,11 +354,11 @@ export const NOTIFICATION_SETTINGS: NotificationSettings = [
</Link>{" "}
available from Singapore (SG) to Johor Bahru (JB) and vice versa. <br />
<small>
(for SG -&gt; JB: Fridays 5:00 PM onwards, Saturdays before 3:00 PM
(for SG -&gt; JB: Fridays 6:45 PM - 10:30 PM, Saturdays before 3:00 PM
only)
</small>{" "}
<br />
<small>(for JB -&gt; SG: Sundays 11:30 AM onwards only)</small>
<small>(for JB -&gt; SG: Sundays 12:45 PM onwards only)</small>
</>
),
hasTelegramChannel: true,
Expand Down Expand Up @@ -583,7 +583,7 @@ export const NOTIFICATION_SETTINGS: NotificationSettings = [
export const TRAIN_SCHEDULE_ITEMS = [
{
day: "Friday",
time: "5:00 PM onwards",
time: "6:45 PM - 10:30 PM",
to: "JB SENTRAL",
},
{
Expand All @@ -593,7 +593,7 @@ export const TRAIN_SCHEDULE_ITEMS = [
},
{
day: "Sunday",
time: "11:30 AM onwards",
time: "12:45 PM onwards",
to: "WOODLANDS CIQ",
},
];

0 comments on commit 35877c2

Please sign in to comment.