Added navigation from sidebar to /me
This commit is contained in:
parent
5927739f7d
commit
5f34e04c1d
@ -108,10 +108,10 @@ const Sidebar = () => {
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-shrink-0 py-4 px-5 justify-between items-center border-t border-gray-200">
|
<div className="flex flex-shrink-0 py-4 px-5 justify-between items-center border-t border-gray-200 space-x-4">
|
||||||
<div className="flex flex-row justify-center items-center space-x-4">
|
<SidebarTab onClick={navFactory("/me")}>
|
||||||
<p>admin</p>
|
<span className="ml-3">admin</span>
|
||||||
</div>
|
</SidebarTab>
|
||||||
<div className="w-6 h-6">
|
<div className="w-6 h-6">
|
||||||
<LogoutIcon
|
<LogoutIcon
|
||||||
className="cursor-pointer"
|
className="cursor-pointer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user