diff --git a/apps/app/components/onboarding/tour/root.tsx b/apps/app/components/onboarding/tour/root.tsx index 30a720f8f..f537ebf94 100644 --- a/apps/app/components/onboarding/tour/root.tsx +++ b/apps/app/components/onboarding/tour/root.tsx @@ -70,8 +70,7 @@ const TOUR_STEPS: { { key: "pages", title: "Document with pages", - description: - "Modules break your big think into Projects or Features, to help you organize better.", + description: "Use Pages to quickly jot down issues when you're in a meeting or starting a day.", image: PagesTour, prevStep: "views", }, diff --git a/apps/app/components/project/sidebar-list.tsx b/apps/app/components/project/sidebar-list.tsx index a4125ffac..1225efe96 100644 --- a/apps/app/components/project/sidebar-list.tsx +++ b/apps/app/components/project/sidebar-list.tsx @@ -151,11 +151,11 @@ export const ProjectSidebarList: FC = () => { data={projectToDelete} user={user} /> -
+ {truncateText(project?.name, 14)} +
+ )} +