mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
chore: upgrade tailwindcss
up to v4
This commit is contained in:
@ -11,7 +11,7 @@ export type ItemProps = {
|
||||
const TabItem = ({ showContent, children }: ItemProps) => {
|
||||
return (
|
||||
<>
|
||||
<div className={clsx('hidden', showContent && '!block')}>{children}</div>
|
||||
<div className={clsx('hidden', showContent && 'block!')}>{children}</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user