1
0
Fork 0

add pattern titles back to swipe nav

This commit is contained in:
Enoch Riese 2022-07-15 16:44:10 -04:00
parent 18abd0351a
commit 8fc493858e

View file

@ -142,7 +142,7 @@ const SubLevel = ({ nodes={}, active }) => (
{child.__slug === active ? <>&bull;</> : <>&deg;</>} {child.__slug === active ? <>&bull;</> : <>&deg;</>}
</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>