Skip to content

Commit 8afa574

Browse files
committed
Add link to internal feedback issue template
1 parent 19a288c commit 8afa574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import {
88
EuiBetaBadge,
99
EuiText,
1010
EuiHorizontalRule,
11-
useEuiOverflowScroll,
12-
} from '@elastic/eui'
11+
useEuiOverflowScroll, EuiLink
12+
} from "@elastic/eui";
1313
import { css } from '@emotion/react'
1414
import * as React from 'react'
1515

@@ -89,7 +89,7 @@ export const SearchOrAskAiModal = () => {
8989
/>
9090

9191
<EuiText color="subdued" size="xs">
92-
This feature is in beta. Got feedback? We'd love to hear it!
92+
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>
9393
</EuiText>
9494
</div>
9595
</div>

0 commit comments

Comments
 (0)