Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 20, 2023
1 parent 3df5ebf commit 1251929
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/datas/run-a-node/get-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand All @@ -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/",
Expand All @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/run-a-light-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DevPortal = () => {
<div className={"col-auto"}>
<div className={"subtitle"} dangerouslySetInnerHTML={{ __html: heroData.text }} />
<AnchorLink
to={`/run-a-node#${heroData.buttons[0].url}`}
to={`/run-a-light-node#${heroData.buttons[0].url}`}
className={"button button-" + heroData.buttons[0].class}
stripHash
>
Expand Down
9 changes: 0 additions & 9 deletions src/scss/pages/page-run-a-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,6 @@
font-weight: 700;
line-height: 26px;
}

.icon-card {
padding: 40px;
.link {
svg {
transform: rotate(230deg);
}
}
}
}

.resources {
Expand Down

0 comments on commit 1251929

Please sign in to comment.