Skip to content

Commit

Permalink
fix(04-zkapp-ui-with-react.mdx): update page.tsx download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Oct 1, 2024
1 parent cfb5519 commit e7be362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Because o1js code is computationally intensive, it's helpful to use web workers.

The example project has a completed app. The `page.tsx` file is the entry file for your application and contains the main logic for the browser UI that is ready to deploy to GitHub Pages.

1. Download the [page.tsx](https://github.com/o1-labs/docs2/blob/main/examples/zkapps/04-zkapp-browser-ui/ui/app/index.page.tsx) example file.
1. Download the [page.tsx](https://github.com/o1-labs/docs2/blob/main/examples/zkapps/04-zkapp-browser-ui/ui/app/page.tsx) example file.

1. Move the `page.tsx` file to your local `04-zkapp-browser-ui/ui/app` directory.

Expand Down

0 comments on commit e7be362

Please sign in to comment.