Skip to content

Commit

Permalink
Review#1: use logoElastic instead of logoKibana.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Apr 24, 2020
1 parent ab1ed57 commit 300877f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AuthenticationStatePage: React.FC<Props> = props => (
<div className="secAuthenticationStatePage__content eui-textCenter">
<EuiSpacer size="xxl" />
<span className="secAuthenticationStatePage__logo">
<EuiIcon type="logoKibana" size="xxl" />
<EuiIcon type="logoElastic" size="xxl" />
</span>
<EuiTitle size="l" className="secAuthenticationStatePage__title">
<h1>{props.title}</h1>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 300877f

Please sign in to comment.