From bc37c35e498ab0af4ef8fe2b936797f39354bc23 Mon Sep 17 00:00:00 2001 From: Esau Date: Sat, 10 Feb 2024 20:55:25 +0100 Subject: [PATCH] why does this fix --- noir/docs/src/pages/index.jsx | 2 +- .../versioned_docs/version-v0.23.0/tutorials/noirjs_app.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/noir/docs/src/pages/index.jsx b/noir/docs/src/pages/index.jsx index 6b52628a5ff..571f97831ac 100644 --- a/noir/docs/src/pages/index.jsx +++ b/noir/docs/src/pages/index.jsx @@ -82,7 +82,7 @@ export default function Landing() {

Coming from...

- + diff --git a/noir/docs/versioned_docs/version-v0.23.0/tutorials/noirjs_app.md b/noir/docs/versioned_docs/version-v0.23.0/tutorials/noirjs_app.md index 23534795dde..03003b9c811 100644 --- a/noir/docs/versioned_docs/version-v0.23.0/tutorials/noirjs_app.md +++ b/noir/docs/versioned_docs/version-v0.23.0/tutorials/noirjs_app.md @@ -101,7 +101,7 @@ At this point in the tutorial, your folder structure should look like this: `npx create vite` is amazing but it creates a bunch of files we don't really need for our simple example. Actually, let's just delete everything except for `index.html`, `main.js` and `package.json`. I feel lighter already. -![my heart is ready for you, noir.js](../../static/img/memes/titanic.jpeg) +![my heart is ready for you, noir.js](../../../static/img/memes/titanic.jpeg) ## HTML @@ -270,7 +270,7 @@ if (verification) display('logs', 'Verifying proof... ✅'); You have successfully generated a client-side Noir web app! -![coded app without math knowledge](../../static/img/memes/flextape.jpeg) +![coded app without math knowledge](../../../static/img/memes/flextape.jpeg) ## Further Reading