fix: change to correct titles on benefit cards

This commit is contained in:
Matilda Landström
2024-08-28 12:19:41 +02:00
parent d3b21b8e9c
commit 52c0829d55
2 changed files with 3 additions and 8 deletions

View File

@@ -48,10 +48,10 @@ export default async function CurrentBenefitsBlock({
{currentLevel.benefits.map((benefit, idx) => (
<article className={styles.card} key={`${currentLevel}-${idx}`}>
<Title
as="h5"
as="h4"
level="h3"
textAlign="center"
textTransform="uppercase"
textTransform="regular"
>
{benefit.title}
</Title>