Skip to content

Commit

Permalink
fix sidebar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 21, 2021
1 parent c061571 commit 6a6aa26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kerberos-io/ui",
"version": "1.34.0",
"version": "1.35.0",
"main": "lib/index.js",
"repository": "https://github.com/kerberos-io/ui",
"author": "cedricve <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const Sidebar = ({
</div>
</a>
</div>
{children}
</div>
{children}
</div>);
};

Expand Down

0 comments on commit 6a6aa26

Please sign in to comment.