Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
svrgnty committed Jul 27, 2024
1 parent f35c5ad commit f3eca66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const IndexPage = ({data}) => (
<div className="main">
<div className="contain">
<p className="lead">A curated list of the best Bitcoin resources.</p>
<p className="description">You're curious about Bitcoin and want to learn more about it. I understand, Bitcoin is the first of its kind, a peer-to-peer decentralized digital currency with no trusted third parties. It is still in its infancy, but one day it will be as ubiquitous as computers, and the Internet. Excited yet? Here is a collection of resources to learn more and understand it better.</p>
<p className="description">Bitcoin is the first of its kind, a peer-to-peer decentralized digital currency with no trusted third parties. While it is still in its infancy, it has the potential to become as widespread as computers and the Internet. Excited yet? Here are some valuable resources to help you understand Bitcoin better.</p>
<ul className="wrapper">
{data.allResourcesJson.edges.map((node) => (
<li key={node.node.id}>
Expand Down

0 comments on commit f3eca66

Please sign in to comment.