From f57a6547944ed2e93b7818213f924a5c156fafe8 Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:21:42 +0200 Subject: [PATCH] Clarified how to include bootstrap --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md index c18c0e22b4..07522e6ed5 100644 --- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md +++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md @@ -1035,11 +1035,9 @@ After finishing this step the application should look like this: ![Screenshot: Step 6, style application with css](img/javascript-wallet-6.png) -1. Copy the folder `bootstrap` and its contents to your project directory. +1. Copy the folder [`bootstrap`]({{target.github_forkurl}}/tree/{{target.github_branch}}/content/_code-samples/build-a-wallet/desktop-js/bootstrap) and its contents to your project directory. -2. Also, copy the file `view/custom.css` as well as `XRPLedger_DevPortal-white.svg` to the `view`directory. - -3. Change the content of `view/template.html` to be the following code: +2. Change the content of `view/template.html` to be the following code: ````html