diff --git a/src/components/ExploreAIRoadmap/ExploreAISearch.tsx b/src/components/ExploreAIRoadmap/ExploreAISearch.tsx index 3592f21cc..cb3a5999b 100644 --- a/src/components/ExploreAIRoadmap/ExploreAISearch.tsx +++ b/src/components/ExploreAIRoadmap/ExploreAISearch.tsx @@ -57,8 +57,11 @@ export function ExploreAISearch(props: ExploreAISearchProps) { )} {total > 0 && ( -

- {total} results found +

+ {Intl.NumberFormat('en-US', { + notation: 'compact', + }).format(total)}{' '} + results found

)}