bump: update for tailwindcss 4.0
This commit is contained in:
@@ -10,7 +10,7 @@ export const CardBlank = (props: CardBlankProps) => {
|
||||
return (
|
||||
<>
|
||||
{new Array(number).fill(0).map((_, index) => {
|
||||
return <div key={index} className={clsx('w-[300px] flex-shrink-0', className)}></div>;
|
||||
return <div key={index} className={clsx('w-[300px] shark-0', className)}></div>;
|
||||
})}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user