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 db489af commit 209e193Copy full SHA for 209e193
src/components/HomepageCards/index.tsx
@@ -94,7 +94,7 @@ export default function HomepageCards(): JSX.Element {
94
<p>
95
Besu is an open source Ethereum client developed under the
96
Apache 2.0 license and written in Java. It runs on public and private
97
- networks. You can also extend Besu's functionality using plugins.
+ networks. You can also extend Besu's functionality using plugins.
98
</p>
99
<div className="row">
100
{CardList.map((props, idx) => (
0 commit comments