Fix rendering bug where line on logo in v7 theme (#105481)

This commit is contained in:
Scotty Bollinger 2021-07-14 11:02:11 -05:00 committed by GitHub
parent 70758da0e8
commit 41bd4b287d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,11 +68,11 @@ export const AccountHeader: React.FC = () => {
return (
<EuiHeader>
<EuiHeaderSection grow={false}>
<EuiHeaderSectionItem>
<EuiHeaderSectionItem border="none">
<EuiHeaderLogo iconType="logoWorkplaceSearch" />
<EuiText>{WORKPLACE_SEARCH_TITLE}</EuiText>
</EuiHeaderSectionItem>
<EuiHeaderSectionItem>
<EuiHeaderSectionItem border="none">
<EuiHeaderLinks>
<EuiButtonEmptyTo to={PERSONAL_SOURCES_PATH}>{ACCOUNT_NAV.SOURCES}</EuiButtonEmptyTo>
</EuiHeaderLinks>