diff --git a/app/[locale]/(user)/sectors/SectorsListing.tsx b/app/[locale]/(user)/sectors/SectorsListing.tsx index 6d16339e..f7cd9d48 100644 --- a/app/[locale]/(user)/sectors/SectorsListing.tsx +++ b/app/[locale]/(user)/sectors/SectorsListing.tsx @@ -10,7 +10,7 @@ import { SectorsListsQuery, } from '@/gql/generated/graphql'; import { useQuery } from '@tanstack/react-query'; -import { Divider, SearchInput, Select, Spinner, Text } from 'opub-ui'; +import { Divider, SearchInput, Select, Spinner, Text, Tooltip } from 'opub-ui'; import { GraphQL } from '@/lib/api'; import { cn, generateJsonLd } from '@/lib/utils'; @@ -217,13 +217,15 @@ const SectorsListing = () => { {' '} {/* min-w-0 prevents text overflow */}