Skip to content

Commit

Permalink
Move header docs to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
yansavitski committed Jul 10, 2024
1 parent 9a67631 commit 0630948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export const Header: React.FC<HeaderProps> = ({
</EuiPageHeaderSection>
<EuiPageHeaderSection>
<EuiFlexGroup alignItems="center">
<Toolbar />
{showDocs && <PlaygroundHeaderDocs />}
<Toolbar />
</EuiFlexGroup>
</EuiPageHeaderSection>
</EuiPageTemplate.Header>
Expand Down

0 comments on commit 0630948

Please sign in to comment.