We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81899bd commit 29a45a5Copy full SHA for 29a45a5
src/components/sidebar/Sidebar.tsx
@@ -156,9 +156,7 @@ export const Sidebar: FunctionComponent<SidebarProps> = ({
156
</Title>
157
<CloseButton onClick={onClick} {...props} />
158
</TextRow>
159
- <Row>
160
- <Content tag="span">{children}</Content>
161
- </Row>
+ <Row>{children}</Row>
162
</Container>
163
</SidebarMenu>
164
);
0 commit comments