Skip to content

Commit

Permalink
feat: update link to IPFS instruction 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Mar 12, 2024
1 parent 8f88c04 commit 462fd25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LinkArrow } from 'shared/components/link-arrow/link-arrow';

import { Wrap, RpcStatusBox, Button, Text } from './styles';

const IPFS_INFO_URL = 'https://docs.lido.fi/ipfs/ipfs-guide';
const IPFS_INFO_URL = 'https://docs.lido.fi/ipfs/about';

export const RPCAvailabilityCheckResultBox = () => {
const { isRPCAvailable, handleClickDismiss } = useIPFSInfoBoxStatuses();
Expand Down

0 comments on commit 462fd25

Please sign in to comment.