From 9f75bb2d4329bdab2daef461c5b2643166f6c29d Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Tue, 16 Jun 2020 20:19:49 +0100 Subject: [PATCH] added numbers to onBoard to help guide onboarding I added numbers to the nodes (connections will also double down on this) --- app/src/components/OnBoard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/OnBoard.vue b/app/src/components/OnBoard.vue index f822496..4ead7c7 100644 --- a/app/src/components/OnBoard.vue +++ b/app/src/components/OnBoard.vue @@ -80,9 +80,9 @@ export default { localmicrocosm: Router.currentRoute.params.microcosm, clientid: '', nodetext: - '## What shall we call you ? 💥 \n First we need to connect this device to your ideas. This name is what allows you to create and edit your nodes and can be anything you like and this name is always anonymous.', + '## 3. What shall we call you ? 💥 \n First we need to connect this device to your ideas. This name is what allows you to create and edit your nodes and can be anything you like and this name is always anonymous.', nodetext2: - '## Start those engines ! 🎠\n Now you can create your own microcosm to store your ideas and ask people to join you, either just tell them the name of the microcosm or share the alpha.nodenogg.in URL and add the ending; </br><em><b>/microcosm/nameofyourmicrocosm</b></em>', + '## 5. Start those engines ! 🎠\n Now you can create your own microcosm to store your ideas and ask people to join you, either just tell them the name of the microcosm or share the alpha.nodenogg.in URL and add the ending; </br><em><b>/microcosm/nameofyourmicrocosm</b></em>', // parta: true, // partb: false, // partc: false, -- GitLab