1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

fix: roadmap chat url

This commit is contained in:
Arik Chakma
2025-08-12 18:38:45 +06:00
parent f93c60a1a3
commit 1af42a8060
2 changed files with 2 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ export function RoadmapFloatingChat(props: RoadmapChatProps) {
const isStreamingMessage = status !== 'ready';
const hasMessages = messages.length > 0;
const newTabUrl = `/ai/r/${roadmapId}${activeChatHistoryId ? `?chatId=${activeChatHistoryId}` : ''}`;
const newTabUrl = `/ai/roadmap-chat/${roadmapId}${activeChatHistoryId ? `?chatId=${activeChatHistoryId}` : ''}`;
return (
<>

View File

@@ -156,7 +156,7 @@ const hasProjects = projectCount > 0;
)}
{hasAIChat && (
<TabLink
url={`/${roadmapId}/ai`}
url={`/ai/roadmap-chat/${roadmapId}`}
icon={Bot}
text='AI Tutor'
mobileText='AI'