Moved the Logout button to be sticky

This commit is contained in:
Tiago Ribeiro
2023-06-23 14:17:24 +01:00
parent 60b23ce1b5
commit 93cef3d58f

View File

@@ -57,6 +57,7 @@ export default function Sidebar({path}: Props) {
onClick={logout} onClick={logout}
className={clsx( className={clsx(
"p-4 px-8 rounded-full flex gap-4 items-center cursor-pointer text-black hover:text-mti-orange transition duration-300 ease-in-out", "p-4 px-8 rounded-full flex gap-4 items-center cursor-pointer text-black hover:text-mti-orange transition duration-300 ease-in-out",
"absolute bottom-8",
)}> )}>
<RiLogoutBoxFill size={20} /> <RiLogoutBoxFill size={20} />
<span className="text-lg font-medium">Log Out</span> <span className="text-lg font-medium">Log Out</span>