diff --git a/apps/rowboat/app/projects/layout/components/sidebar.tsx b/apps/rowboat/app/projects/layout/components/sidebar.tsx index 858dfa6e..9854316f 100644 --- a/apps/rowboat/app/projects/layout/components/sidebar.tsx +++ b/apps/rowboat/app/projects/layout/components/sidebar.tsx @@ -17,7 +17,7 @@ import { } from "lucide-react"; import { getProjectConfig } from "@/app/actions/project_actions"; import { useTheme } from "@/app/providers/theme-provider"; -import { USE_TESTING_FEATURE } from '@/app/lib/feature_flags'; +import { USE_TESTING_FEATURE, USE_PRODUCT_TOUR } from '@/app/lib/feature_flags'; interface SidebarProps { projectId: string; @@ -181,24 +181,26 @@ export default function Sidebar({ projectId, useRag, useAuth, collapsed = false, {/* Theme and Auth Controls */}
- - - + {USE_PRODUCT_TOUR && !isProjectsRoute && ( + + + + )}