From 1e924e037f3eb35c8e4a000cf72c7c2bf57b7c4d Mon Sep 17 00:00:00 2001 From: GiselleNessi Date: Thu, 8 May 2025 16:06:27 +0000 Subject: [PATCH] updated alert description in team overview dashboard page (#6979) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR focuses on updating the content in the `page.tsx` file related to the `TeamProjectsPage` component and modifying the alert message to provide clearer information about managing engines within projects. ### Detailed summary - Reordered the placement of the `` component. - Updated the alert message to clarify that engines, contracts, project settings, and more are managed within projects. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../src/app/(app)/team/[team_slug]/(team)/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx index 3eab85f7c50..e5828cf23eb 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx @@ -57,19 +57,19 @@ export default async function Page(props: {
- Looking for Engines? - Engines have moved inside projects. Open or create a project to - manage your engines. + Engines, contracts, project settings, and more are now managed + within projects. Open or create a project to access them. +
);