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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
EuiText,
EuiHorizontalRule,
useEuiOverflowScroll,
EuiLink,
} from '@elastic/eui'
import { css } from '@emotion/react'
import * as React from 'react'
Expand Down Expand Up @@ -85,11 +86,18 @@ export const SearchOrAskAiModal = () => {
`}
label="Beta"
color="accent"
tooltipContent="This feature is in beta. Got feedback? We'd love to hear it!"
tooltipContent="This feature is in beta. It's only enabled if you are in Elastic's Global VPN."
/>

<EuiText color="subdued" size="xs">
This feature is in beta. Got feedback? We'd love to hear it!
This feature is in beta.{' '}
<EuiLink
target="_blank"
rel="noopener noreferrer"
href="https://github.com/elastic/docs-eng-team/issues/new?template=search-or-ask-ai-feedback.yml"
>
Got feedback? We'd love to hear it!
</EuiLink>
</EuiText>
</div>
</div>
Expand Down
Loading