From 00771b3291b922b6fe729299b723bf1e38dac778 Mon Sep 17 00:00:00 2001
From: Liam Stevens <8955671+liamstevens111@users.noreply.github.com>
Date: Mon, 13 Mar 2023 12:11:15 +0700
Subject: [PATCH] [#19] Fix Logout button positioning to be left aligned in
sidebar
---
src/components/Sidebar/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx
index f6f1a86..d14ff81 100644
--- a/src/components/Sidebar/index.tsx
+++ b/src/components/Sidebar/index.tsx
@@ -29,7 +29,7 @@ function Sidebar({ user }: SidebarProps) {
{user.name}
-