chore: rename topBenefits to benefits
This commit is contained in:
@@ -54,7 +54,7 @@ export default async function CurrentBenefitsBlock({
|
||||
{subtitle && <p className={styles.subtitle}>{subtitle}</p>}
|
||||
|
||||
<div className={styles.cardContainer}>
|
||||
{currentLevel.topBenefits.map((benefit, idx) => (
|
||||
{currentLevel.benefits.map((benefit, idx) => (
|
||||
<Link
|
||||
href={benefit.href}
|
||||
key={`${currentLevel}-${idx}`}
|
||||
|
||||
Reference in New Issue
Block a user