Merge pull request #1339 from Prathamesh010/docsgpt-help

fix: help button margin
This commit is contained in:
Alex
2024-10-20 18:35:58 +02:00
committed by GitHub

View File

@@ -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 && (