diff --git a/public/components/common/__test__/__snapshots__/header.test.tsx.snap b/public/components/common/__test__/__snapshots__/header.test.tsx.snap index dda8e87..9d320ab 100644 --- a/public/components/common/__test__/__snapshots__/header.test.tsx.snap +++ b/public/components/common/__test__/__snapshots__/header.test.tsx.snap @@ -68,188 +68,69 @@ exports[`Header component Renders header component 1`] = ` className="euiSpacer euiSpacer--l" /> - +
-
- - - Experimental Feature - -
- -
+ Compare results using the same search text with different queries. + + - -
- -
+ + + + + + -

- Compare results using the same search text with different queries. For more information, see the - - - - Compare Search Results Documentation - - - - - - - - - (opens in a new tab or window) - - - - - - . To leave feedback, visit - - - - forums.opensearch.com - - - - - - - - - (opens in a new tab or window) - - - - - - . -

-
-
-
-
-
-
+ (opens in a new tab or window) + + + + + +

-
+ diff --git a/public/components/common/header.tsx b/public/components/common/header.tsx index 0069d11..2d71b2f 100644 --- a/public/components/common/header.tsx +++ b/public/components/common/header.tsx @@ -4,7 +4,7 @@ */ import React from 'react'; -import { EuiPageHeader, EuiCallOut, EuiText, EuiLink, EuiPanel } from '@elastic/eui'; +import { EuiPageHeader, EuiCallOut, EuiText, EuiLink, EuiPanel, EuiToken } from '@elastic/eui'; interface HeaderProps { children?: React.ReactNode; @@ -20,28 +20,17 @@ export const Header = ({ children }: HeaderProps) => { style={{ borderBottom: '1px solid #D3DAE6' }} > - - -

- Compare results using the same search text with different queries. For more - information, see the{' '} - - Compare Search Results Documentation - - . To leave feedback, visit{' '} - - forums.opensearch.com - - . -

-
-
+ +

+ Compare results using the same search text with different queries.{' '} + + Learn more + +

+
{children}
diff --git a/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap b/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap index 6eca3ff..823b626 100644 --- a/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap +++ b/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap @@ -69,188 +69,69 @@ exports[`Create index component Renders create index component 1`] = ` className="euiSpacer euiSpacer--l" /> - +
-
- - - Experimental Feature - -
- -
- -
- -
+ + + + + + -

- Compare results using the same search text with different queries. For more information, see the - - - - Compare Search Results Documentation - - - - - - - - - (opens in a new tab or window) - - - - - - . To leave feedback, visit - - - - forums.opensearch.com - - - - - - - - - (opens in a new tab or window) - - - - - - . -

-
-
-
-
-
-
+ (opens in a new tab or window) + + + + + +

-
+