diff --git a/content/concepts/components.md b/content/concepts/components.md index 9b0a183a..39d649d2 100644 --- a/content/concepts/components.md +++ b/content/concepts/components.md @@ -37,14 +37,20 @@ An example marketplace front-end for consumers to explore, download, and publish -## Secret Store - -A [Parity Secret Store](https://wiki.parity.io/Secret-Store): software for distributed key pair generation, distributed key storage, and threshold retrieval. It's used to store asset access-control keys. - ## Squid Libraries Client libraries used by applications (such as Pleuston or Jupyter notebooks) to interact with Ocean components, including Keepers, Aquarius nodes, Brizo nodes, etc. -- [🦑 squid-js](https://github.com/oceanprotocol/squid-js) -- [🦑 squid-py](https://github.com/oceanprotocol/squid-py) -- [🦑 squid-java](https://github.com/oceanprotocol/squid-java) + + + + +## Secret Store + +A [Parity Secret Store](https://wiki.parity.io/Secret-Store): software for distributed key pair generation, distributed key storage, and threshold retrieval. It's used to store asset access-control keys. + +We have created multiple clients for integrating the Parity Secret Store into Ocean: + + + + diff --git a/src/components/Repositories/Repository.jsx b/src/components/Repositories/Repository.jsx index 259f62f2..ea8bf6aa 100644 --- a/src/components/Repositories/Repository.jsx +++ b/src/components/Repositories/Repository.jsx @@ -81,11 +81,11 @@ Links.propTypes = { const Numbers = ({ stargazers, forkCount, url }) => (