From c8589a4cebb3b3a3a6e64a7db3373cf0c79b13a6 Mon Sep 17 00:00:00 2001 From: alec <93971719+0xAlec@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:24:53 -0800 Subject: [PATCH] chore: add copy for envars (#457) --- template/web/app/paymaster-bundler/_components/Guide.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/web/app/paymaster-bundler/_components/Guide.tsx b/template/web/app/paymaster-bundler/_components/Guide.tsx index f3c879d5..747cf9b8 100644 --- a/template/web/app/paymaster-bundler/_components/Guide.tsx +++ b/template/web/app/paymaster-bundler/_components/Guide.tsx @@ -79,7 +79,8 @@ export default function Guide() {
If you haven't done so already, check the{' '} Build Onchain Apps homepage to get the - repo running locally. + repo running locally. You'll also need to complete the setup steps below to + render the application locally.