feat(ST-1204): move Insights NavBar link between Solo and Todo's

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

View file

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