From 270489267e53b9fd3eec5d0d13f88893c26841fe Mon Sep 17 00:00:00 2001 From: d-beezee <59012086+d-beezee@users.noreply.github.com> Date: Thu, 19 Jan 2023 17:54:22 +0100 Subject: [PATCH] Update index.tsx --- src/pages/Home/OurCommunity/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Home/OurCommunity/index.tsx b/src/pages/Home/OurCommunity/index.tsx index ec5dae596..324cb0b7d 100644 --- a/src/pages/Home/OurCommunity/index.tsx +++ b/src/pages/Home/OurCommunity/index.tsx @@ -50,7 +50,7 @@ export default () => { { name: t("testers"), icon: testerIcon, - text: "45.000", + text: "65.000", }, { name: t("Countries covered"), @@ -60,12 +60,12 @@ export default () => { { name: t("Campaigns delivered"), icon: campaignsIcon, - text: "3.500", + text: "4.800", }, { name: t("Brands helped"), icon: brandsHelped, - text: "150", + text: "200", }, ]; return (