Skip to content

Commit

Permalink
remove migrated topics from subscription settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicarrojado committed Jun 22, 2024
1 parent c880284 commit 08668e8
Showing 1 changed file with 0 additions and 96 deletions.
96 changes: 0 additions & 96 deletions lib/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,21 +380,6 @@ export const NOTIFICATION_SETTINGS: NotificationSettings = [
</>
),
},
{
id: SubscriptionTopic.SsdcPrivateLearners,
title: "🚘 SSDC Appointment Slots (Private Learners)",
description: (
<>
Receive email notifications when there are new appointment date(s) for
the{" "}
<Link href={Routes.SsdcAppointmentSlots} passHref legacyBehavior>
<Anchor>Private Learners</Anchor>
</Link>{" "}
at Singapore Safety Driving Centre.
</>
),
hasTelegramChannel: true,
},
{
id: SubscriptionTopic.SsdcOtherCoursesEnrolment,
title: "🚘 SSDC Appointment Slots (Other Courses Enrolment)",
Expand Down Expand Up @@ -457,87 +442,6 @@ export const NOTIFICATION_SETTINGS: NotificationSettings = [
</>
),
},
{
id: SubscriptionTopic.DepositRates,
title: "💰 Fixed Deposit Rates",
description: (
<>
Receive email notifications when the{" "}
<Link href={Routes.FixedDepositRates} passHref legacyBehavior>
<Anchor>fixed deposit rates</Anchor>
</Link>{" "}
goes up across major banks in Singapore. <br />
<small>
(
{FIXED_DEPOSIT_BANKS.map(({ title, shortName, url }, index) => (
<Fragment key={title}>
{index !== 0 &&
(index === FIXED_DEPOSIT_BANKS.length - 1 ? " and " : ", ")}
{shortName || title}
</Fragment>
))}
)
</small>
</>
),
hasTelegramChannel: true,
},
{
id: SubscriptionTopic.FlightsSingaporeAirlines,
title: "✈️ Flight Prices (Singapore Airlines)",
description: (
<>
Receive email notifications when the flight prices goes down for{" "}
<Link href={Routes.SingaporeAirlinesFlights} passHref legacyBehavior>
<Anchor>Singapore Airlines flights</Anchor>
</Link>{" "}
departing from Singapore.
</>
),
hasTelegramChannel: true,
},
{
id: SubscriptionTopic.FlightsJetstar,
title: "✈️ Flight Prices (Jetstar)",
description: (
<>
Receive email notifications when the flight prices goes down for{" "}
<Link href={Routes.JetstarFlights} passHref legacyBehavior>
<Anchor>Jetstar flights</Anchor>
</Link>{" "}
departing from Singapore.
</>
),
hasTelegramChannel: true,
},
{
id: SubscriptionTopic.TravelDealsTripCom,
title: "🌏 Travel Deals (Trip.com)",
description: (
<>
Receive email notifications when there are new travel deals from{" "}
<Anchor href="https://sg.trip.com/sale/deals" isExternal>
Trip.com
</Anchor>
.
</>
),
hasTelegramChannel: true,
},
{
id: SubscriptionTopic.TravelDealsTraveloka,
title: "🌏 Travel Deals (Traveloka)",
description: (
<>
Receive email notifications when there are new travel deals from{" "}
<Anchor href="https://www.traveloka.com/en-sg/promotion" isExternal>
Traveloka
</Anchor>
.
</>
),
hasTelegramChannel: true,
},
{
id: SubscriptionTopic.CoeBiddings,
title: "📄 Certificate of Entitlement (COE) Bidding Results",
Expand Down

0 comments on commit 08668e8

Please sign in to comment.