Skip to content

Commit

Permalink
Update sign out button top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed May 11, 2024
1 parent 96baa9a commit 9c15b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin-panel/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function Menu({ isOpen }: MenuProps) {
<Button
onClick={() => {}}
variant="outline"
className="w-full justify-center h-10 mt-4"
className="w-full justify-center h-10 mt-5"
>
<span className={cn(isOpen === false ? "" : "mr-4")}>
<LogOut size={18} />
Expand Down

0 comments on commit 9c15b4a

Please sign in to comment.