Skip to content

Commit a6c2011

Browse files
committed
docs: update sponsor size
1 parent b75000e commit a6c2011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/SponsorPack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function SponsorPack({ sponsors, height }) {
1616
const root = React.useMemo(
1717
() =>
1818
hierarchy(pack)
19-
.sum(d => 40 + d.monthlyPriceInCents)
19+
.sum(d => 100 + d.monthlyPriceInCents)
2020
.sort(
2121
(a, b) => b.data.monthlyPriceInCents - a.data.monthlyPriceInCents
2222
),

0 commit comments

Comments
 (0)