Skip to content

Commit 30c8488

Browse files
committed
Add flex
1 parent 695b699 commit 30c8488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/src/components/metrics.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ import Link from "next/link";
33
export function Metrics() {
44
return (
55
<div className="grid grid-cols-2 md:flex md:flex-nowrap gap-8 lg:absolute bottom-0 left-0 md:divide-x mt-20 lg:mt-0">
6-
<Link href="/open-startup" className="flex">
6+
<Link href="/open-startup">
77
<div className="flex flex-col md:pr-8 text-center">
88
<h4 className="text-[#878787] text-sm mb-4">Businesses</h4>
99
<span className="text-2xl font-mono text-stroke">10,100+</span>
1010
</div>
1111
</Link>
12-
<Link href="/open-startup" className="flex">
12+
<Link href="/open-startup">
1313
<div className="flex flex-col md:px-8 text-center">
1414
<h4 className="text-[#878787] text-sm mb-4">Bank accounts</h4>
1515
<span className="text-2xl font-mono text-stroke">4,000+</span>
1616
</div>
1717
</Link>
18-
<Link href="/open-startup" className="flex">
18+
<Link href="/open-startup">
1919
<div className="flex flex-col md:px-8 text-center">
2020
<h4 className="text-[#878787] text-sm mb-4">Transactions</h4>
2121
<span className="text-2xl font-mono text-stroke">839K</span>
2222
</div>
2323
</Link>
24-
<Link href="/open-startup" className="flex">
24+
<Link href="/open-startup">
2525
<div className="flex flex-col md:px-8 text-center">
2626
<h4 className="text-[#878787] text-sm mb-4">Transaction value</h4>
2727
<span className="text-2xl font-mono text-stroke">$812M</span>

0 commit comments

Comments
 (0)