added cursor pointer for tabs

This commit is contained in:
Umar Adilov 2025-05-03 00:34:14 +05:00
parent 2f2977dcbf
commit cf37fe67e6

View File

@ -66,7 +66,7 @@ function LoginPageTabs() {
<TabsTrigger
key={tab.label}
value={tab.type}
className='w-full text-base'
className='w-full cursor-pointer text-base'
>
<tab.Icon className='mr-2 h-4 w-4' /> {t(tab.label)}
</TabsTrigger>