Skip to content

Commit

Permalink
update tree view
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed Mar 27, 2024
1 parent f00ad28 commit 2221157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tree-view/TreeView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import MenuList from "./MenuList"

function TreeView({menus = []}) {
return (
<div className="container">
<div className="container bg-blue-500 w-[260px] flex flex-1 py-5 mr-[100%]">
<MenuList list={menus} />
</div>
)
Expand Down

0 comments on commit 2221157

Please sign in to comment.