Skip to content

Commit

Permalink
fix: help button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathamesh010 authored Oct 18, 2024
1 parent 7bf7967 commit 567c01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Help = () => {
onClick={toggleDropdown}
className="my-auto mx-4 w-full flex items-center h-9 gap-4 rounded-3xl hover:bg-gray-100 dark:hover:bg-[#28292E]"
>
<img src={Info} alt="info" className="ml-1 w-5 filter dark:invert" />
<img src={Info} alt="info" className="ml-2 w-5 filter dark:invert" />
{t('help')}
</button>
{isOpen && (
Expand Down

0 comments on commit 567c01e

Please sign in to comment.