File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 9
9
EuiText ,
10
10
EuiHorizontalRule ,
11
11
useEuiOverflowScroll ,
12
+ EuiLink ,
12
13
} from '@elastic/eui'
13
14
import { css } from '@emotion/react'
14
15
import * as React from 'react'
@@ -85,11 +86,18 @@ export const SearchOrAskAiModal = () => {
85
86
` }
86
87
label = "Beta"
87
88
color = "accent"
88
- tooltipContent = "This feature is in beta. Got feedback? We'd love to hear it! "
89
+ tooltipContent = "This feature is in beta. It's only enabled if you are in Elastic's Global VPN. "
89
90
/>
90
91
91
92
< EuiText color = "subdued" size = "xs" >
92
- This feature is in beta. Got feedback? We'd love to hear it!
93
+ This feature is in beta.{ ' ' }
94
+ < EuiLink
95
+ target = "_blank"
96
+ rel = "noopener noreferrer"
97
+ href = "https://github.com/elastic/docs-eng-team/issues/new?template=search-or-ask-ai-feedback.yml"
98
+ >
99
+ Got feedback? We'd love to hear it!
100
+ </ EuiLink >
93
101
</ EuiText >
94
102
</ div >
95
103
</ div >
You can’t perform that action at this time.
0 commit comments