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:
parent
ae0374b63a
commit
66af3d4d30
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue