diff --git a/src/datas/run-a-node/get-started.js b/src/datas/run-a-node/get-started.js index 2f6fc5fe2..8e81c0667 100644 --- a/src/datas/run-a-node/get-started.js +++ b/src/datas/run-a-node/get-started.js @@ -6,7 +6,7 @@ export const getStarted = { id: 1, title: "Run light node via your command line", text: "Startup your light node with the command line. This option is best if you’re familiar with using the command line.", - type: "anchor", + type: "external", link: { text:"Go now", url: "https://docs.celestia.org/nodes/light-node/", @@ -16,7 +16,7 @@ export const getStarted = { id: 2, title: "Run light node in a virtual environment", text: "Startup your light node through the command line in a virtual environment. Though this option still uses the command line, it can be completed in under 3 minutes and also works on Windows devices.", - type: "anchor", + type: "external", link: { text:"Start up", url: "https://docs.celestia.org/nodes/docker-images/", @@ -26,7 +26,7 @@ export const getStarted = { id: 3, title: "Run light node through an application", text: "Boot up your light node through a user-friendly application. This is the easiest option, but it only works for m1 and m2 macs.", - type: "anchor", + type: "external", link: { text:"Learn more", url: "https://www.quasarapp.xyz/", diff --git a/src/pages/run-a-light-node.js b/src/pages/run-a-light-node.js index 415a2d339..642229a74 100644 --- a/src/pages/run-a-light-node.js +++ b/src/pages/run-a-light-node.js @@ -28,7 +28,7 @@ const DevPortal = () => {