Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Change headline in /learn #55

Merged
merged 1 commit into from
Oct 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const indexPageLearns = [
link:
'https://github.com/coderplex/learn/blob/master/Blockchain/blockchain-basics.md',
title: 'Blockchain',
subject: 'Distributed Computing',
subject: 'Decentralized Systems',
image: '',
},
{
Expand Down
2 changes: 1 addition & 1 deletion pages/learn.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default publicPage(() => {
</Accordion.Content>
<Accordion.Title>
<Icon name="dropdown" />
Distributed Computing
Decentralized Systems
</Accordion.Title>
<Accordion.Content>
<List selection verticalAlign="middle">
Expand Down