Skip to content

Commit 78d157d

Browse files
author
Bogdan Tsechoev
committed
Assistant UI: Fix link to consulting
1 parent 2f6daad commit 78d157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/platform/src/pages/Bot/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const BotPage = (props: BotPageProps) => {
184184
}
185185

186186
if (!isSubscriber) {
187-
return <>AI can make mistakes❗️ All chats here are currently public. <Link to={`/${match.params.org}/instances`}>Connect DBLab SE</Link> or <Link to="https://postgres.ai/consulting">become a consulting client</Link> to enable private conversations</>;
187+
return <>AI can make mistakes❗️ All chats here are currently public. <Link to={`/${match.params.org}/instances`}>Connect DBLab SE</Link> or <Link external to="https://postgres.ai/consulting">become a consulting client</Link> to enable private conversations</>;
188188
}
189189

190190
if (isSubscriber && chatVisibility === 'public') {

0 commit comments

Comments
 (0)