From 72c99561904e8c3329c9d686f41e57e457280305 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 30 Oct 2025 00:27:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Standardize=20go=20back=20to=20b?= =?UTF-8?q?lueprints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en-US.json | 2 +- .../settings/blueprints/[blueprintId]/page.tsx | 16 ++++------------ .../[orgId]/settings/blueprints/create/page.tsx | 13 ++++++------- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index f7d5b5ac..247aa5d6 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1167,7 +1167,7 @@ "blueprints": "Blueprints", "blueprintsDescription": "Blueprints are declarative YAML configurations that define your resources and their settings", "blueprintAdd": "Add Blueprint", - "blueprintGoBack": "Back to blueprints", + "blueprintGoBack": "See all Blueprints", "blueprintCreate": "Create blueprint", "blueprintCreateDescription2": "Follow the steps below to create and apply a new blueprint", "blueprintDetails": "Blueprint details", diff --git a/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx b/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx index e4417467..fe3ae4b9 100644 --- a/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx +++ b/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx @@ -47,18 +47,10 @@ export default async function BluePrintDetailPage(props: BluePrintsPageProps) { return ( <> -
- - -
+ diff --git a/src/app/[orgId]/settings/blueprints/create/page.tsx b/src/app/[orgId]/settings/blueprints/create/page.tsx index 3d78289f..e7a0490e 100644 --- a/src/app/[orgId]/settings/blueprints/create/page.tsx +++ b/src/app/[orgId]/settings/blueprints/create/page.tsx @@ -24,17 +24,16 @@ export default async function CreateBlueprintPage( return ( <> -
- +
+