classNames(
'px-4 py-3 text-sm font-medium border-b-2 transition-colors focus:outline-none whitespace-nowrap',
selected
? 'border-[var(--brand-color)] text-[var(--brand-color)]'
: 'border-transparent text-zinc-500 hover:text-zinc-700 dark:hover:text-zinc-300'
)
}
>
{tab.icon && }
{tab.name}
))}