diff --git a/lib/content.tsx b/lib/content.tsx index bb6b285..40201db 100644 --- a/lib/content.tsx +++ b/lib/content.tsx @@ -21,17 +21,6 @@ export const MAIN_MENU_ITEMS = [ ]; export const TOPICS_MENU_ITEMS = [ - { - title: ( - <> - - CDC - {" "} - Practical Lesson Slots - - ), - href: Routes.CdcPracticalLessonSlots, - }, { title: ( <> @@ -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{" "} - - Class 3A Motorcar - {" "} - at ComfortDelGro Driving Centre. - - ), - }, { id: TelegramChannel.CdcEyesightTest, title: "🚘 CDC Appointment Slots (Eyesight Test)",