From 93cef3d58f4317befda2515fa18077c70e70fdf3 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Fri, 23 Jun 2023 14:17:24 +0100 Subject: [PATCH] Moved the Logout button to be sticky --- src/components/Sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index dd140ee9..0349e114 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -57,6 +57,7 @@ export default function Sidebar({path}: Props) { onClick={logout} 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", + "absolute bottom-8", )}> Log Out