added cursor pointer for tabs
This commit is contained in:
parent
2f2977dcbf
commit
cf37fe67e6
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user