1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00

simplify text describing repos

This commit is contained in:
trentmc 2020-10-25 14:41:26 +01:00
parent 80477880bd
commit f7d42af3e5

View File

@ -33,15 +33,6 @@ const Repositories = () => (
<div className={styles.repositories}>
<header>
<h1 className={styles.repositoriesTitle}>Repositories</h1>
<p className={styles.repositoriesText}>
<strong>
Most of our repositories are open source and we listed the key
repositories here. Start with the{' '}
<Link to="/concepts/components/">software components</Link>{' '}
document for an introduction to the components found in a
typical Ocean network.
</strong>
</p>
</header>
<RepositoryList repositories={repositories} />