mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
update for levels
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
title: heading.title,
|
||||
href: `#${id}`,
|
||||
step: heading.step,
|
||||
selected: selected === id
|
||||
selected: selected === id,
|
||||
level: heading.level
|
||||
});
|
||||
return carry;
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user