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.