Skip to content

Commit 29a45a5

Browse files
author
Jakub Holak
committed
Remove Content container from sidebar
1 parent 81899bd commit 29a45a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/sidebar/Sidebar.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ export const Sidebar: FunctionComponent<SidebarProps> = ({
156156
</Title>
157157
<CloseButton onClick={onClick} {...props} />
158158
</TextRow>
159-
<Row>
160-
<Content tag="span">{children}</Content>
161-
</Row>
159+
<Row>{children}</Row>
162160
</Container>
163161
</SidebarMenu>
164162
);

0 commit comments

Comments
 (0)