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