From 07cc2e1335229dde7f3a0f20e0069875b36e35d7 Mon Sep 17 00:00:00 2001 From: Johns Beharry Date: Thu, 6 Oct 2022 15:03:46 +0200 Subject: [PATCH] chore(project): update static number of projects to look real --- src/features/Projects/pages/ExplorePage/Header/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/Projects/pages/ExplorePage/Header/Header.tsx b/src/features/Projects/pages/ExplorePage/Header/Header.tsx index 866caa8..192511d 100644 --- a/src/features/Projects/pages/ExplorePage/Header/Header.tsx +++ b/src/features/Projects/pages/ExplorePage/Header/Header.tsx @@ -13,7 +13,7 @@ type Props = { export default function Header(props: Props) { - let title = "Discover over 5,000 lightning projects" + let title = "Discover 1,592 lightning projects" if (props.category?.name) title = `${props.category.projectsCount} projects`;