From 29139e34801ba0ad5d1ee7a9a50e88f3e45d1db6 Mon Sep 17 00:00:00 2001 From: paulclindo Date: Tue, 1 Oct 2024 17:11:57 -0500 Subject: [PATCH] hide subscriptions --- .../src/pages/layout/main-layout.tsx | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/apps/shinkai-desktop/src/pages/layout/main-layout.tsx b/apps/shinkai-desktop/src/pages/layout/main-layout.tsx index 7edd307b..38067ba0 100644 --- a/apps/shinkai-desktop/src/pages/layout/main-layout.tsx +++ b/apps/shinkai-desktop/src/pages/layout/main-layout.tsx @@ -24,11 +24,11 @@ import { import { AISearchContentIcon, // AiTasksIcon, - BrowseSubscriptionIcon, + // BrowseSubscriptionIcon, CreateAIIcon, FilesIcon, InboxIcon, - MySubscriptionsIcon, + // MySubscriptionsIcon, SheetIcon, ShinkaiCombinationMarkIcon, ToolsIcon, @@ -333,16 +333,16 @@ export function MainNav() { icon: , }, - { - title: t('layout.menuItems.subscriptions'), - href: '/public-subscriptions', - icon: , - }, - { - title: t('layout.menuItems.mySubscriptions'), - href: '/my-subscriptions', - icon: , - }, + // { + // title: t('layout.menuItems.subscriptions'), + // href: '/public-subscriptions', + // icon: , + // }, + // { + // title: t('layout.menuItems.mySubscriptions'), + // href: '/my-subscriptions', + // icon: , + // }, optInExperimental && { title: 'Playground', href: '/workflow-playground', @@ -512,8 +512,7 @@ export function MainNav() { - {(item.href === '/my-subscriptions' || - item.href === '/vector-search') && ( + {item.href === '/vector-search' && ( )}