feat(fs.dev): Implemented search
This commit is contained in:
parent
8f165dbe6d
commit
2b021e4223
7 changed files with 99 additions and 54 deletions
|
@ -134,7 +134,7 @@ const SubLevel = ({ nodes={}, active }) => (
|
|||
{child.__slug === active ? <>•</> : <>°</>}
|
||||
</span>
|
||||
<span className={child.__slug === active ? 'font-bold' : ''}>
|
||||
{child.__linktitle} here
|
||||
{child.__linktitle}
|
||||
</span>
|
||||
</a>
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue