diff --git a/launcher/src/components/UI/the-node/NodeTutorial.vue b/launcher/src/components/UI/the-node/NodeTutorial.vue index e437192f7..53ed64a6b 100644 --- a/launcher/src/components/UI/the-node/NodeTutorial.vue +++ b/launcher/src/components/UI/the-node/NodeTutorial.vue @@ -1,26 +1,29 @@ diff --git a/launcher/src/components/UI/tutorial-steps/TheVideos.vue b/launcher/src/components/UI/tutorial-steps/TheVideos.vue deleted file mode 100644 index aa2e09c9f..000000000 --- a/launcher/src/components/UI/tutorial-steps/TheVideos.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - diff --git a/launcher/src/languages/en.json b/launcher/src/languages/en.json index 85e440929..2844a9fb6 100644 --- a/launcher/src/languages/en.json +++ b/launcher/src/languages/en.json @@ -79,7 +79,9 @@ "switchC": "Switch Clients", "migrate": "Nodes Migration", "rpc": "RPC Connection", - "gnoStake": "STAKE WITH 1 GNO" + "gnoStake": "STAKE WITH 1 GNO", + "written": "Written Guides", + "video": "Video Guides" }, "pluginZone": { "client": "client" diff --git a/launcher/src/pages/TheNode.vue b/launcher/src/pages/TheNode.vue index 120f3cb93..b9e9b46e6 100644 --- a/launcher/src/pages/TheNode.vue +++ b/launcher/src/pages/TheNode.vue @@ -7,7 +7,6 @@
Close
-
@@ -96,7 +95,6 @@ import { useNodeManage } from "@/store/nodeManage"; import { useTutorialStore } from "@/store/tutorialSteps"; import { useControlStore } from "@/store/theControl"; import { useFooter } from "@/store/theFooter"; -import TheVideos from "../components/UI/tutorial-steps/TheVideos.vue"; import NodeAlert from "../components/UI/the-node/NodeAlert.vue"; import NodeTutorial from "../components/UI/the-node/NodeTutorial.vue"; import { useNodeHeader } from "../store/nodeHeader"; @@ -108,7 +106,7 @@ export default { PluginZone, BaseModal, TaskManager, - TheVideos, + NodeAlert, NodeTutorial, TheFooter, @@ -293,7 +291,7 @@ export default { z-index: 302; cursor: pointer; position: fixed; - bottom: 15px; + bottom: 5%; right: 45%; } .close-video span {