1
0
Fork 0

feat(fs.dev): Implemented search

This commit is contained in:
Joost De Cock 2021-12-31 10:15:51 +01:00
parent 8f165dbe6d
commit 2b021e4223
7 changed files with 99 additions and 54 deletions

View file

@ -134,7 +134,7 @@ const SubLevel = ({ nodes={}, active }) => (
{child.__slug === active ? <>&bull;</> : <>&deg;</>}
</span>
<span className={child.__slug === active ? 'font-bold' : ''}>
{child.__linktitle} here
{child.__linktitle}
</span>
</a>
</Link>