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 = () => {
diff --git a/src/scss/pages/page-run-a-node.scss b/src/scss/pages/page-run-a-node.scss index 8a7c5eb2e..75be79dbb 100644 --- a/src/scss/pages/page-run-a-node.scss +++ b/src/scss/pages/page-run-a-node.scss @@ -249,15 +249,6 @@ font-weight: 700; line-height: 26px; } - - .icon-card { - padding: 40px; - .link { - svg { - transform: rotate(230deg); - } - } - } } .resources {