stadardize site slector sector selctor

This commit is contained in:
Desktop
2025-11-12 22:55:51 +05:00
parent 1042734278
commit 3fca67858e
12 changed files with 140 additions and 107 deletions

View File

@@ -26,6 +26,7 @@ import { createClustersPageConfig } from '../../config/pages/clusters.config';
import { useSectorStore } from '../../store/sectorStore';
import { usePageSizeStore } from '../../store/pageSizeStore';
import { getDifficultyLabelFromNumber, getDifficultyRange } from '../../utils/difficulty';
import PageHeader from '../../components/common/PageHeader';
export default function Clusters() {
const toast = useToast();
@@ -384,6 +385,7 @@ export default function Clusters() {
return (
<>
<PageHeader title="Keyword Clusters" />
<TablePageTemplate
title="Keyword Clusters"
titleIcon={<GroupIcon className="text-success-500 size-5" />}