Skip to content

Commit 44a0322

Browse files
authored
Add link to internal feedback issue template (#1858)
* Add link to internal feedback issue template * Run prettier * Adjust tooltip content
1 parent 19a288c commit 44a0322

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/SearchOrAskAiModal.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
EuiText,
1010
EuiHorizontalRule,
1111
useEuiOverflowScroll,
12+
EuiLink,
1213
} from '@elastic/eui'
1314
import { css } from '@emotion/react'
1415
import * as React from 'react'
@@ -85,11 +86,18 @@ export const SearchOrAskAiModal = () => {
8586
`}
8687
label="Beta"
8788
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."
8990
/>
9091

9192
<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>
93101
</EuiText>
94102
</div>
95103
</div>

0 commit comments

Comments
 (0)