chatgpt codex + cascade: update
This commit is contained in:
@@ -8,10 +8,7 @@ const Card = React.forwardRef<
|
||||
>(({ className, ...props }, ref) => (
|
||||
<div
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"panel-soft text-card-foreground shadow-sm",
|
||||
className
|
||||
)}
|
||||
className={cn("panel-soft text-card-foreground shadow-sm", className)}
|
||||
{...props}
|
||||
/>
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user