udpdates
This commit is contained in:
@@ -385,11 +385,12 @@ export default function Clusters() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Keyword Clusters" />
|
||||
<PageHeader
|
||||
title="Keyword Clusters"
|
||||
badge={{ icon: <GroupIcon />, color: 'green' }}
|
||||
/>
|
||||
<TablePageTemplate
|
||||
title="Keyword Clusters"
|
||||
titleIcon={<GroupIcon className="text-success-500 size-5" />}
|
||||
subtitle="Organize keywords into content clusters for better SEO strategy"
|
||||
hideHeader={true}
|
||||
columns={pageConfig.columns}
|
||||
data={clusters}
|
||||
loading={loading}
|
||||
|
||||
Reference in New Issue
Block a user