Added navigation from sidebar to /me

This commit is contained in:
strNophix 2022-06-19 22:14:11 +02:00
parent 5927739f7d
commit 5f34e04c1d

View File

@ -108,10 +108,10 @@ const Sidebar = () => {
</ul>
</nav>
</div>
<div className="flex flex-shrink-0 py-4 px-5 justify-between items-center border-t border-gray-200">
<div className="flex flex-row justify-center items-center space-x-4">
<p>admin</p>
</div>
<div className="flex flex-shrink-0 py-4 px-5 justify-between items-center border-t border-gray-200 space-x-4">
<SidebarTab onClick={navFactory("/me")}>
<span className="ml-3">admin</span>
</SidebarTab>
<div className="w-6 h-6">
<LogoutIcon
className="cursor-pointer"