mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
chore: upgrade dependencies
This commit is contained in:
@ -38,7 +38,7 @@ const Tab = ({ defaultValue, children }: Props) => {
|
||||
key={child.props.label}
|
||||
onClick={() => handleSwitch(child.props.value)}
|
||||
className={clsx(
|
||||
'px-5 py-3 rounded-t-lg',
|
||||
'px-5 py-3 rounded-lg-t-lg',
|
||||
child.props.value === currentValue &&
|
||||
'text-teal-500 border-b-[3px] border-teal-500',
|
||||
'select-none cursor-pointer',
|
||||
|
Reference in New Issue
Block a user