move page section anchor to make heading visible on navigation
This commit is contained in:
@@ -14,7 +14,8 @@ export const PageSectionBlock = ({
|
||||
const anchor = slugify(block.title);
|
||||
|
||||
return (
|
||||
<section className={styles.pageSection} id={anchor}>
|
||||
<section className={styles.pageSection}>
|
||||
<div className={styles.anchor} id={anchor}></div>
|
||||
<div className={styles.sectionHeader}>
|
||||
<div className={styles.icon}>
|
||||
<img src="/assets/icons/neufneuf.svg" />
|
||||
|
||||
Reference in New Issue
Block a user