added cursor pointer for tabs
This commit is contained in:
parent
2f2977dcbf
commit
cf37fe67e6
@ -66,7 +66,7 @@ function LoginPageTabs() {
|
|||||||
<TabsTrigger
|
<TabsTrigger
|
||||||
key={tab.label}
|
key={tab.label}
|
||||||
value={tab.type}
|
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)}
|
<tab.Icon className='mr-2 h-4 w-4' /> {t(tab.label)}
|
||||||
</TabsTrigger>
|
</TabsTrigger>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user