Skip to content

Commit

Permalink
chore(core): update pro plan description (toeverything#8367)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Sep 24, 2024
1 parent 73876f6 commit 929124d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const proBenefits: BenefitsGetter = t => ({
title: t['com.affine.payment.cloud.pro.benefit.g1-1'](),
icon: <AfFiNeIcon />,
},
...([2, 3, 4, 5, 6, 7, 8] as const).map(i => ({
...([2, 3, 4, 5, 7, 8] as const).map(i => ({
title: t[`com.affine.payment.cloud.pro.benefit.g1-${i}`](),
})),
],
Expand Down

0 comments on commit 929124d

Please sign in to comment.