From 7191dd1f4b9dbe99125b702a4a1b33cb7255972a Mon Sep 17 00:00:00 2001 From: Li Yuxuan Date: Sun, 15 Sep 2024 15:03:17 +0800 Subject: [PATCH] Fix typo --- app/outgoing-links-carousel.tsx | 14 -------------- components/custom/side-menu.tsx | 3 +-- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/app/outgoing-links-carousel.tsx b/app/outgoing-links-carousel.tsx index 3236fcd..6a2cae8 100644 --- a/app/outgoing-links-carousel.tsx +++ b/app/outgoing-links-carousel.tsx @@ -87,20 +87,6 @@ export function OutgoingLinksCarousel() { - - - Taboo.AI: A Cutting-Edge AI-Powered Game for Language Learning and Fun | Featured on AIBRB.COM - - diff --git a/components/custom/side-menu.tsx b/components/custom/side-menu.tsx index 8bf4a7e..ba13a55 100644 --- a/components/custom/side-menu.tsx +++ b/components/custom/side-menu.tsx @@ -97,8 +97,7 @@ export default function SideMenu() { { path: '/ai', title: 'Play AI generated topics', - subtitle: - 'Play with AI generated topics for endless possibilities! Exclusive to pro plan subscribers!', + subtitle: 'Play with AI generated topics for endless possibilities!', visible: true, href: '/ai', cta: true,