toggleFilter(item.type)}
- initial={{ opacity: 0, y: 10 }}
- animate={{ opacity: 1, y: 0 }}
- transition={{ duration: 0.3, delay: i * 0.07 }}
>
{item.count}
{item.label}
-
+
);
})}
{filterType && (
@@ -357,12 +353,9 @@ export default function ContentCalendar({ data, planId, onEntryUpdate }: Content
}
return (
-