diff --git a/apps/rowboat/app/projects/layout/components/sidebar.tsx b/apps/rowboat/app/projects/layout/components/sidebar.tsx index 639ebc7d..d2014562 100644 --- a/apps/rowboat/app/projects/layout/components/sidebar.tsx +++ b/apps/rowboat/app/projects/layout/components/sidebar.tsx @@ -147,7 +147,7 @@ export default function Sidebar({ projectId, useRag, useAuth, collapsed = false, } `} disabled={isDisabled} - data-tour-target={item.href === 'config' ? 'settings' : undefined} + data-tour-target={item.href === 'config' ? 'settings' : item.href === 'sources' ? 'entity-data-sources' : undefined} > Using the API\n• Using the SDK', - title: 'Step 7/8' + title: 'Step 8/9' }, { target: 'tour-button', content: 'Come back here anytime to restart the tour.\nStill have questions? See our docs or reach out on discord.', - title: 'Step 8/8' + title: 'Step 9/9' } ];