feat: add upgrade guide link from medium (#434)

* feat: add upgrade guide link from medium

* chore: fix linter issue
This commit is contained in:
Attila Gazso
2022-06-23 18:57:29 +02:00
committed by GitHub
parent 8f4a4ebaa9
commit cfcc859303
+7 -3
View File
@@ -38,9 +38,13 @@ export default function Index(): ReactElement {
<Box mb={4}> <Box mb={4}>
<Typography> <Typography>
To connect to and retrieve data from the blockchain, you&apos;ll need to connect to a publicly-provided node To connect to and retrieve data from the blockchain, you&apos;ll need to connect to a publicly-provided node
via the node&apos;s RPC endpoint. If you&apos;re not familiar with this, you may use{' '} via the node&apos;s RPC endpoint. If you&apos;re not familiar with this, please read{' '}
<a href="https://getblock.io/" target="_blank" rel="noreferrer"> <a
https://getblock.io/ href="https://medium.com/ethereum-swarm/upgrading-swarm-deskotp-app-beta-from-an-ultra-light-to-a-light-node-65d52cab7f2c"
target="_blank"
rel="noreferrer"
>
this guide.
</a> </a>
. .
</Typography> </Typography>