change page section heading to h2
This commit is contained in:
@ -19,7 +19,7 @@ export const PageSectionBlock = ({
|
||||
<div className={styles.icon}>
|
||||
<img src="/assets/icons/neufneuf.svg" />
|
||||
</div>
|
||||
<h1>{block.title}</h1>
|
||||
<h2>{block.title}</h2>
|
||||
</div>
|
||||
<Blocks blocks={block.body} />
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user