mirror of
https://github.com/yusufipk/nexter-react.git
synced 2026-09-12 01:56:07 +00:00
added sidebar icon
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
export default function Sidebar() {
|
||||
return <div className="sidebar">Sidebar</div>;
|
||||
return (
|
||||
<div className="sidebar">
|
||||
<button className="nav-btn">
|
||||
<i class="fa fa-bars" />
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user