From 4fcff0c5931374baa12d951969506f360a8eb64b Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 12 Aug 2025 18:38:45 +0600 Subject: [PATCH] fix: roadmap chat url --- src/components/FrameRenderer/RoadmapFloatingChat.tsx | 2 +- src/components/RoadmapHeader.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FrameRenderer/RoadmapFloatingChat.tsx b/src/components/FrameRenderer/RoadmapFloatingChat.tsx index ae2768b93..9550d5fd7 100644 --- a/src/components/FrameRenderer/RoadmapFloatingChat.tsx +++ b/src/components/FrameRenderer/RoadmapFloatingChat.tsx @@ -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 ( <> diff --git a/src/components/RoadmapHeader.astro b/src/components/RoadmapHeader.astro index d74e7f9f5..31d42d9d8 100644 --- a/src/components/RoadmapHeader.astro +++ b/src/components/RoadmapHeader.astro @@ -156,7 +156,7 @@ const hasProjects = projectCount > 0; )} {hasAIChat && (