chore(project): update static number of projects to look real

This commit is contained in:
Johns Beharry
2022-10-06 15:03:46 +02:00
parent c569afbd6c
commit 07cc2e1335

View File

@@ -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`;