Skip to content

Commit

Permalink
feat: update numbers on main page (gitcoinco#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj authored and xinbianjiang20 committed Jan 6, 2024
1 parent 042bbf6 commit 3cd3662
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default function LandingHero() {

const ByTheNumbers = () => {
// TODO: fetch data (where to get this?)
const uniqueDonations = "3.8M";
const uniqueDonations = "4.2M";
const raisedFunds = "3,715";
const fundingDistributed = "$50,000,000+";
const fundingDistributed = "$56,000,000+";

return (
<div className="w-[300px] lg:w-[380px] h-[460px] flex-shrink-0 flex-col justify-between bg-white/50 hidden md:flex rounded-b-3xl px-6 py-8">
Expand Down

0 comments on commit 3cd3662

Please sign in to comment.