Skip to content

Commit

Permalink
Merge pull request #1339 from Prathamesh010/docsgpt-help
Browse files Browse the repository at this point in the history
fix: help button margin
  • Loading branch information
dartpain authored Oct 20, 2024
2 parents 3f7c8bd + 567c01e commit d2a988a
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 d2a988a

Please sign in to comment.