diff --git a/apps/shinkai-desktop/src/pages/chat/layout.tsx b/apps/shinkai-desktop/src/pages/chat/layout.tsx
index df43ed61a..3f87779f7 100644
--- a/apps/shinkai-desktop/src/pages/chat/layout.tsx
+++ b/apps/shinkai-desktop/src/pages/chat/layout.tsx
@@ -37,6 +37,7 @@ import {
ActiveIcon,
ArchiveIcon,
ChatBubbleIcon,
+ CreateAIIcon,
JobBubbleIcon,
} from '@shinkai_network/shinkai-ui/assets';
import { cn } from '@shinkai_network/shinkai-ui/utils';
@@ -359,7 +360,7 @@ const ChatLayout = () => {
size="icon"
variant="ghost"
>
-
+
Create AI Chat
diff --git a/apps/shinkai-desktop/src/pages/layout/main-layout.tsx b/apps/shinkai-desktop/src/pages/layout/main-layout.tsx
index 1aaa27038..645f8d1ad 100644
--- a/apps/shinkai-desktop/src/pages/layout/main-layout.tsx
+++ b/apps/shinkai-desktop/src/pages/layout/main-layout.tsx
@@ -22,6 +22,7 @@ import {
AISearchContentIcon,
AiTasksIcon,
BrowseSubscriptionIcon,
+ CreateAIIcon,
FilesIcon,
InboxIcon,
MySubscriptionsIcon,
@@ -351,7 +352,7 @@ export function MainNav() {
onClick={() => navigate('/create-job')}
whileHover={{ scale: !sidebarExpanded ? 1.05 : 1 }}
>
-
+
{sidebarExpanded && (