mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Render funnel name in bold only when funnels tab active (#3163)
This commit is contained in:
parent
edd2757531
commit
dfa5bbf4a0
@ -82,7 +82,7 @@ export default function Behaviours(props) {
|
||||
className={classNames(
|
||||
active ? 'bg-gray-100 dark:bg-gray-900 text-gray-900 dark:text-gray-200 cursor-pointer' : 'text-gray-700 dark:text-gray-200',
|
||||
'block px-4 py-2 text-sm',
|
||||
selectedFunnel === funnelName ? 'font-bold text-gray-500' : ''
|
||||
(mode === FUNNELS && selectedFunnel === funnelName) ? 'font-bold text-gray-500' : ''
|
||||
)}
|
||||
>
|
||||
{funnelName}
|
||||
|
Loading…
Reference in New Issue
Block a user