mirror of
https://github.com/documenso/documenso.git
synced 2025-11-26 06:32:08 +10:00
chore: add what's new label
This commit is contained in:
@ -17,7 +17,7 @@ export const Thumb: React.FC<PropType> = (props) => {
|
||||
onClick={onClick}
|
||||
type="button"
|
||||
className={cn('text-muted-foreground border-b-2 border-transparent py-4', {
|
||||
'border-primary border-b-2 text-neutral-900': selected,
|
||||
'border-primary text-foreground border-b-2': selected,
|
||||
})}
|
||||
>
|
||||
{label}
|
||||
|
||||
Reference in New Issue
Block a user