Skip to content

Commit

Permalink
bug-fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tindevw committed Jan 16, 2025
1 parent 18fbed3 commit bf9755d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lego-bricks/src/components/Layout/Page/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ const Page = ({
) : (
title && <h1>{title}</h1>
)}
</Flex>
<Flex>
<ButtonGroup className={styles.buttonGroup}>
{actionButtons}
{sidebar?.side === 'right' && <SidebarTrigger />}
Expand Down

0 comments on commit bf9755d

Please sign in to comment.