-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/run-a-node-page' into dev
- Loading branch information
Showing
4 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
export const heroData = { | ||
title: "Run a Node", | ||
text: "Enter an internet where users are first-class citizens. Own your assets while securing Celestia.", | ||
title: "Run a light node", | ||
text: "Join the collective powering an open internet. Run a light node on Celestia to secure your assets and become sovereign.", | ||
buttons: [ | ||
{ | ||
text: "Become sovereign", | ||
text: "Show me how to start", | ||
class: "simple", | ||
type: "anchor", | ||
url: "start-up-a-node", | ||
}, | ||
{ | ||
text: "Ask a question", | ||
class: "white", | ||
type: "external", | ||
url: "https://discord.com/invite/YsnTPcSfWQ", | ||
}, | ||
type: "anchor", | ||
url: "https://www.google.com/", | ||
} | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters