Skip to content

Commit

Permalink
update landing page stats
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed May 14, 2023
1 parent c31a37f commit 806a7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ const Home: NextPage = () => {
<div className="flex w-full items-center justify-center border-y border-[#eaeaea] bg-[#fafafa]">
<div className="flex max-w-7xl flex-1 flex-col items-center justify-center py-4 lg:h-[140px] lg:flex-row">
{[
{ stat: "events tracked", value: "249k+" },
{ stat: "github stars", value: "0" },
{ stat: "events tracked", value: "200+" },
{ stat: "github stars", value: "1" },
].map(({ stat, value }) => (
<div
key={stat}
Expand Down

0 comments on commit 806a7fa

Please sign in to comment.