From 60633ee5e2f6ad69c68ca2818378a705097af380 Mon Sep 17 00:00:00 2001 From: salman01zp Date: Mon, 15 Jan 2024 11:15:56 +0530 Subject: [PATCH] update doc --- components/NetworkConfig.tsx | 9 +-------- components/RepoArea.tsx | 2 +- pages/docs/node/quickstart.mdx | 6 +----- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/components/NetworkConfig.tsx b/components/NetworkConfig.tsx index 5f16d132..3123a035 100644 --- a/components/NetworkConfig.tsx +++ b/components/NetworkConfig.tsx @@ -15,7 +15,7 @@ const NetworkCard = ({ explorerUrls, fundingInfo, }) => { - const [isCollapsed, setIsCollapsed] = useState(true); + const [isCollapsed, setIsCollapsed] = useState(false); const toggleCollapse = () => { setIsCollapsed(!isCollapsed); @@ -75,13 +75,6 @@ const NetworkCard = ({ ))} - - Faucet - -

{fundingInfo.description}

- {fundingInfo.url} - - )} diff --git a/components/RepoArea.tsx b/components/RepoArea.tsx index 8c05a0bb..622ad891 100644 --- a/components/RepoArea.tsx +++ b/components/RepoArea.tsx @@ -8,7 +8,7 @@ export const RepoArea = () => { - ## Advanced Setup @@ -38,7 +34,7 @@ Run into weird issues? Or have questions about the Tangle Network? Join the Webb ## Repositories -Interested in what we are building at Webb? Clone the below repositories, and start contributing to a private cross-chain future! +Interested in what we are building at Webb? Clone the below repositories.