Skip to content

Commit

Permalink
Updating positioning (#378)
Browse files Browse the repository at this point in the history
* Update hero-section.js

* Update index.js
  • Loading branch information
alex-beckett authored Feb 22, 2024
1 parent fe81f4c commit d777a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/datas/home/hero-section.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const heroData = {
title: "The first modular blockchain network",
text: "Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.",
text: "Celestia is a modular data availability network that makes it easy for anyone to securely launch their own blockchain.",
buttons: [
{
text: "Build modular",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const IndexPage = () => {
direction={"ltr"}
title={"Access abundance"}
text={`
<p>Tap into the abundant throughput enabled by <a href='https://celestia.org/what-is-celestia/#what-is-data-availability-sampling' target='_blank' rel='noopener noreferrer'>data availability sampling (DAS)</a>, the first architecture that securely scales with the number of users.</p>
<p>Tap into the abundant throughput enabled by <a href='https://celestia.org/what-is-celestia/#what-is-data-availability-sampling' target='_blank' rel='noopener noreferrer'>data availability sampling (DAS)</a>, the first architecture that scales while maintaining verifiability for any user.</p>
<p>Anyone can directly verify and contribute to Celestia by <a href='https://celestia.org/run-a-light-node/' target='_blank' rel='noopener noreferrer'>running a light node</a>.</p>
`}
image={"graph-scale.png"}
Expand Down

0 comments on commit d777a2a

Please sign in to comment.