diff --git a/src/app/(app)/today/page.tsx b/src/app/(app)/today/page.tsx index 0a92e1a1a..e13b0ec6b 100644 --- a/src/app/(app)/today/page.tsx +++ b/src/app/(app)/today/page.tsx @@ -21,11 +21,10 @@ import { StuckGoalsCard } from "@/components/today/StuckGoalsCard"; import { LockedZoneBanner } from "@/components/today/LockedZoneBanner"; import { TodayWatch } from "@/components/today/TodayWatch"; import { LayoutGrid } from "lucide-react"; -import { APP_NAME } from "@/config/brand"; import { LokiDispatchButton } from "@/components/shared/LokiDispatchButton"; import { requirePageUserId, getCurrentUserName } from "@/lib/session"; import { getUserProjects, getOrgProjects } from "@/db/queries/user-projects"; -import { PLAN_DAY_PROMPT, WRAP_UP_PROMPT } from "@/lib/constants/today"; +import { FIRST_RUN, PLAN_DAY_PROMPT, WRAP_UP_PROMPT } from "@/lib/constants/today"; import { PullToRefresh } from "@/components/shared/PullToRefresh"; import { AutoRefresh } from "@/components/shared/AutoRefresh"; import { REFRESH_CADENCE } from "@/config/refresh"; @@ -79,16 +78,16 @@ export default async function TodayPage() {
Register your first project to get started
-- {APP_NAME} tracks your AI agent sessions, git state, and progress across projects — add one to the control panel to unlock the fleet view. -
+{FIRST_RUN.title}
+{FIRST_RUN.body}
- Go to Control Panel → + {FIRST_RUN.cta} →