issues fixes related to autaitmioan and ai idea genration
This commit is contained in:
@@ -200,6 +200,21 @@ export default function ClusterDetail() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Keywords Section */}
|
||||
{cluster.keywords_count > 0 && (
|
||||
<div className="mt-4 pt-4 border-t border-gray-200 dark:border-gray-700">
|
||||
<div className="text-sm font-medium text-gray-700 dark:text-gray-300 mb-2">Keywords in this Cluster</div>
|
||||
<div className="text-sm text-gray-500 dark:text-gray-400">
|
||||
<Link
|
||||
to={`/planner/keywords?cluster=${cluster.id}`}
|
||||
className="text-brand-600 hover:text-brand-700 dark:text-brand-400 dark:hover:text-brand-300 underline"
|
||||
>
|
||||
View {cluster.keywords_count} keyword{cluster.keywords_count !== 1 ? 's' : ''} →
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="mt-4 pt-4 border-t border-gray-200 dark:border-gray-700 flex items-center gap-4">
|
||||
{cluster.sector_name && (
|
||||
<Badge variant="light" color="info">
|
||||
|
||||
Reference in New Issue
Block a user