Skip to content

Commit

Permalink
Revert "to save before switching"
Browse files Browse the repository at this point in the history
This reverts commit 8e903d7.
  • Loading branch information
bhat-shubham committed Jan 23, 2025
1 parent 1641011 commit 7b8c534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/tools/components/ui/DropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function DropdownMenu({
}}
>
{React.cloneElement(icon, {
className: 'mr-2 ml-2',
className: 'mr-2',
})}
<div className='text-slate-900 dark:text-slate-300 font-bold mr-auto'>
{label}
Expand Down

0 comments on commit 7b8c534

Please sign in to comment.