From dddebb175c1ac13570ecd55817475ee4a2fa9f9d Mon Sep 17 00:00:00 2001 From: Jeremy Sfez Date: Wed, 8 Nov 2023 16:23:37 +0100 Subject: [PATCH] Emphasis project name --- app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 2eb90b0..2cc4e44 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -87,8 +87,9 @@ export default function Home() {
- You’re about to create the project {name} using - the {framework} framework. + You’re about to create the project{" "} + {name} using the{" "} + {framework} framework. Please confirm to proceed with the setup.