From 1667647f979b1ff84c86c553690cc024d7f65367 Mon Sep 17 00:00:00 2001 From: mawkone Date: Tue, 19 May 2026 19:01:45 -0700 Subject: [PATCH] fix(ui): remove unnecessary User Stories description and emojis --- .../[workspace]/project/[projectId]/(home)/plan/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 93d69847..096ded1b 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 (
-
-

User Stories

-

The prioritized journeys users will take through your application.

-
+