fix: help button margin

This commit is contained in:
Prathamesh Gawas
2024-10-18 11:19:02 +00:00
committed by GitHub
parent 7bf79675c1
commit 567c01e302

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