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:
committed by
Kamran Ahmed
parent
07b85c032a
commit
4fcff0c593
@@ -351,7 +351,7 @@ export function RoadmapFloatingChat(props: RoadmapChatProps) {
|
|||||||
|
|
||||||
const isStreamingMessage = status !== 'ready';
|
const isStreamingMessage = status !== 'ready';
|
||||||
const hasMessages = messages.length > 0;
|
const hasMessages = messages.length > 0;
|
||||||
const newTabUrl = `/ai/r/${roadmapId}${activeChatHistoryId ? `?chatId=${activeChatHistoryId}` : ''}`;
|
const newTabUrl = `/ai/roadmap-chat/${roadmapId}${activeChatHistoryId ? `?chatId=${activeChatHistoryId}` : ''}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
@@ -156,7 +156,7 @@ const hasProjects = projectCount > 0;
|
|||||||
)}
|
)}
|
||||||
{hasAIChat && (
|
{hasAIChat && (
|
||||||
<TabLink
|
<TabLink
|
||||||
url={`/${roadmapId}/ai`}
|
url={`/ai/roadmap-chat/${roadmapId}`}
|
||||||
icon={Bot}
|
icon={Bot}
|
||||||
text='AI Tutor'
|
text='AI Tutor'
|
||||||
mobileText='AI'
|
mobileText='AI'
|
||||||
|
Reference in New Issue
Block a user