From d21a6bdb73f1cc1d8d7cc5f6f053364fad461008 Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Thu, 17 Aug 2023 14:42:29 -0400 Subject: [PATCH] delete extraneous tick marks --- docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx b/docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx index 3ac913337..2aedc9cc7 100644 --- a/docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx +++ b/docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx @@ -670,9 +670,6 @@ Before you can deploy your project to GitHub Pages, you must push it to a new Gi - In this tutorial, the project name is `04-zkapp-browser-ui`. - The `zk project` command created the correct project name strings for `04-zkapp-browser-ui` in the `next.config.js` and `src/pages/reactCOIServiceWorker.ts` files. - - ``` - To deploy the UI: 1. Change to the local `/04-zkapp-browser-ui/ui/` directory.