Skip to content

Commit

Permalink
Update metrics.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab authored Dec 22, 2024
1 parent 87e9a65 commit 94effb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/website/src/components/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ export function Metrics() {
<Link href="/open-startup">
<div className="flex flex-col md:pr-8 text-center">
<h4 className="text-[#878787] text-sm mb-4">Businesses</h4>
<span className="text-2xl font-mono text-stroke">11,000+</span>
<span className="text-2xl font-mono text-stroke">11,100+</span>
</div>
</Link>
<Link href="/open-startup">
<div className="flex flex-col md:px-8 text-center">
<h4 className="text-[#878787] text-sm mb-4">Bank accounts</h4>
<span className="text-2xl font-mono text-stroke">4,500+</span>
<span className="text-2xl font-mono text-stroke">4,600+</span>
</div>
</Link>
<Link href="/open-startup">
<div className="flex flex-col md:px-8 text-center">
<h4 className="text-[#878787] text-sm mb-4">Transactions</h4>
<span className="text-2xl font-mono text-stroke">988K</span>
<span className="text-2xl font-mono text-stroke">1M</span>
</div>
</Link>
<Link href="/open-startup">
Expand Down

0 comments on commit 94effb1

Please sign in to comment.