Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ef581 commit 5605543Copy full SHA for 5605543
pages/index.js
@@ -40,7 +40,7 @@ const indexPageLearns = [
40
link:
41
'https://github.com/coderplex/learn/blob/master/Blockchain/blockchain-basics.md',
42
title: 'Blockchain',
43
- subject: 'Distributed Computing',
+ subject: 'Decentralized Systems',
44
image: '',
45
},
46
{
pages/learn.js
@@ -104,7 +104,7 @@ export default publicPage(() => {
104
</Accordion.Content>
105
<Accordion.Title>
106
<Icon name="dropdown" />
107
- Distributed Computing
+ Decentralized Systems
108
</Accordion.Title>
109
<Accordion.Content>
110
<List selection verticalAlign="middle">
0 commit comments