add pattern titles back to swipe nav
This commit is contained in:
parent
18abd0351a
commit
8fc493858e
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ const SubLevel = ({ nodes={}, active }) => (
|
||||||
{child.__slug === active ? <>•</> : <>°</>}
|
{child.__slug === active ? <>•</> : <>°</>}
|
||||||
</span>
|
</span>
|
||||||
<span className={child.__slug === active ? 'font-bold' : ''}>
|
<span className={child.__slug === active ? 'font-bold' : ''}>
|
||||||
{child.__linktitle}
|
{child.__linktitle || child.__title}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue