udpdates
This commit is contained in:
@@ -752,11 +752,12 @@ export default function Keywords() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Keywords" />
|
||||
<PageHeader
|
||||
title="Keywords"
|
||||
badge={{ icon: <ListIcon />, color: 'blue' }}
|
||||
/>
|
||||
<TablePageTemplate
|
||||
title="Keywords"
|
||||
titleIcon={<ListIcon className="text-brand-500 size-5" />}
|
||||
subtitle="Manage and organize SEO keywords for content planning"
|
||||
hideHeader={true}
|
||||
columns={pageConfig.columns}
|
||||
data={keywords}
|
||||
loading={loading}
|
||||
|
||||
Reference in New Issue
Block a user