Skip to content

Commit

Permalink
remove cdc lessons auto car channel from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicarrojado committed Apr 15, 2024
1 parent 1560b31 commit a39e176
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions lib/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ export const MAIN_MENU_ITEMS = [
];

export const TOPICS_MENU_ITEMS = [
{
title: (
<>
<abbr title="ComfortDelGro Driving Centre" className="no-underline">
CDC
</abbr>{" "}
Practical Lesson Slots
</>
),
href: Routes.CdcPracticalLessonSlots,
},
{
title: (
<>
Expand Down Expand Up @@ -176,19 +165,6 @@ export const FIXED_DEPOSIT_BANKS = [
];

export const TELEGRAM_PUBLIC_CHANNELS: TelegramPublicChannels = [
{
id: TelegramChannel.CdcLessonsAutoCar,
title: "🚘 CDC Practical Lesson Slots (Class 3A Motorcar)",
description: (
<>
Receive notifications when there are new practical lessons slot(s) for{" "}
<Link href={Routes.CdcPracticalLessonSlots} passHref legacyBehavior>
<Anchor>Class 3A Motorcar</Anchor>
</Link>{" "}
at ComfortDelGro Driving Centre.
</>
),
},
{
id: TelegramChannel.CdcEyesightTest,
title: "🚘 CDC Appointment Slots (Eyesight Test)",
Expand Down

0 comments on commit a39e176

Please sign in to comment.