diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx index 93d6984..096ded1 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx @@ -186,7 +186,7 @@ const MOCK_JOURNEYS = [ { id: "j1", name: "User Dashboard", - persona: "👑 Admin", + persona: "Admin", goal: "Provides a centralized view of all active jobs, metrics, and pending approvals.", stories: [ { @@ -212,7 +212,7 @@ const MOCK_JOURNEYS = [ { id: "j2", name: "Authentication & Onboarding", - persona: "👤 Customer", + persona: "Customer", goal: "Allows a new user to securely create an account and fill out their initial profile.", stories: [ { @@ -234,10 +234,7 @@ function UserStoriesView({ plan, projectId, onChange }: { plan: Plan, projectId: return (
The prioritized journeys users will take through your application.
-