aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/components/Sidebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/dashboard/components/Sidebar.tsx')
-rw-r--r--packages/web/app/dashboard/components/Sidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/components/Sidebar.tsx b/packages/web/app/dashboard/components/Sidebar.tsx
index 6cf90121..b8b7fc56 100644
--- a/packages/web/app/dashboard/components/Sidebar.tsx
+++ b/packages/web/app/dashboard/components/Sidebar.tsx
@@ -45,7 +45,7 @@ export default async function Sidebar() {
/>
</ul>
</div>
- <div className="mt-auto flex justify-between">
+ <div className="mt-auto flex justify-between justify-self-end">
<div className="my-auto"> {session.user.name} </div>
<SidebarProfileOptions />
</div>