Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions web/packages/teleport/src/Assist/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,16 @@ export function LandingPage() {
</p>

<Warning>
This is an experimental project. The AI can hallucinate and produce
harmful commands. Do not use in production. Let us know what you think
in our{' '}
Warning: This is an experimental{' '}
<Link
href="https://goteleport.com/legal/tos#product-previews"
target="_blank"
color={theme.colors.text.main}
>
Product Preview
</Link>
. The AI can hallucinate and produce harmful commands. Do not use in
production. Let us know what you think in our{' '}
<Link
href="https://goteleport.com/slack"
target="_blank"
Expand Down