feat(ST-1203): add Insights link to NavBar

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-05-02 15:43:05 +02:00
parent 7404d586d1
commit ae0374b63a

View file

@ -138,6 +138,7 @@ export function NavBar({
)
: disabledSpan('Solo')}
{navLink('/todos', "Todo's", pathname.startsWith('/todos'))}
{navLink('/insights', 'Insights', pathname.startsWith('/insights'))}
</nav>
</div>