diff --git a/components/NetworkConfig.tsx b/components/NetworkConfig.tsx index 025da3a9..5c022715 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.