Skip to content

Commit

Permalink
docs: update sponsor size
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 5, 2021
1 parent b75000e commit a6c2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/SponsorPack.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function SponsorPack({ sponsors, height }) {
const root = React.useMemo(
() =>
hierarchy(pack)
.sum(d => 40 + d.monthlyPriceInCents)
.sum(d => 100 + d.monthlyPriceInCents)
.sort(
(a, b) => b.data.monthlyPriceInCents - a.data.monthlyPriceInCents
),
Expand Down

1 comment on commit a6c2011

@vercel
Copy link

@vercel vercel bot commented on a6c2011 Jan 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.