feat(ST-1203): add Insights link to NavBar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7404d586d1
commit
ae0374b63a
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ export function NavBar({
|
|||
)
|
||||
: disabledSpan('Solo')}
|
||||
{navLink('/todos', "Todo's", pathname.startsWith('/todos'))}
|
||||
{navLink('/insights', 'Insights', pathname.startsWith('/insights'))}
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue