diff --git a/public/components/common/__test__/__snapshots__/header.test.tsx.snap b/public/components/common/__test__/__snapshots__/header.test.tsx.snap index 9d320ab..e24d651 100644 --- a/public/components/common/__test__/__snapshots__/header.test.tsx.snap +++ b/public/components/common/__test__/__snapshots__/header.test.tsx.snap @@ -21,121 +21,76 @@ exports[`Header component Renders header component 1`] = ` } } > - -
+

- -
+ + +
+

+ Compare results using the same search text with different queries. + + - -

- -
- -

- Compare search results -

-
-
-
-
- -
- -
- - -
-

- Compare results using the same search text with different queries. - - - - Learn more - - - - - - - - - (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 2d71b2f..035e111 100644 --- a/public/components/common/header.tsx +++ b/public/components/common/header.tsx @@ -4,7 +4,15 @@ */ import React from 'react'; -import { EuiPageHeader, EuiCallOut, EuiText, EuiLink, EuiPanel, EuiToken } from '@elastic/eui'; +import { + EuiPageHeader, + EuiCallOut, + EuiText, + EuiLink, + EuiPanel, + EuiToken, + EuiTitle, +} from '@elastic/eui'; interface HeaderProps { children?: React.ReactNode; @@ -19,20 +27,21 @@ export const Header = ({ children }: HeaderProps) => { borderRadius="none" style={{ borderBottom: '1px solid #D3DAE6' }} > - - -

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

-
- {children} -
+ +

Compare search results

+
+ +

+ 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 823b626..0db4cbd 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 @@ -22,121 +22,76 @@ exports[`Create index component Renders create index component 1`] = ` } } > - -
+

- -
+ + +
+

+ Compare results using the same search text with different queries. + + - -

- -
- -

- Compare search results -

-
-
-
-
- -
- -
- - -
-

- Compare results using the same search text with different queries. - - - - Learn more - - - - - - - - - (opens in a new tab or window) - - - - - -

-
-
-
-
- -

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

+ +