diff --git a/content/ecosystem/ecosystem.ts b/content/ecosystem/ecosystem.ts index f5d9c76c..d6e09cec 100644 --- a/content/ecosystem/ecosystem.ts +++ b/content/ecosystem/ecosystem.ts @@ -18,7 +18,7 @@ export const ECOSYSTEM: Array<{ highlight?: string; }> = [ { - type: "Apps", + type: "Wallets", name: "OreoWallet", link: "https://oreowallet.com/", image: "/images/ecosystem/oreowallet.png", @@ -208,7 +208,7 @@ export const ECOSYSTEM: Array<{ image: "/images/ecosystem/node-app.png", }, { - type: "Wallets", + type: "Tools", name: "Standalone Wallet", link: "https://github.com/iron-fish/ironfish-wallet-cli", image: "/images/ecosystem/iflabs-standalone-wallet.png", diff --git a/content/get-started/get-started.mdx b/content/get-started/get-started.mdx index 3a8b633c..db9d1d7c 100644 --- a/content/get-started/get-started.mdx +++ b/content/get-started/get-started.mdx @@ -29,7 +29,7 @@ They allow you to send and recieve coins. When you use a wallet, other Iron Fish Mining means taking transactions, and adding them to blocks. When mining is done by many different people all over the world, it's one of the main ways Iron Fish remains decentralized and secure. Miners can receive $IRON as a reward. -[See a list of supported miners.](/use/get-started/mining) +[See a list of supported miners.](/use/ecosystem?category=mining-software) #### Running a Node diff --git a/content/get-started/mining.mdx b/content/get-started/mining.mdx index 24d38218..38d3494c 100644 --- a/content/get-started/mining.mdx +++ b/content/get-started/mining.mdx @@ -36,5 +36,3 @@ You should then be able to connect your miner to `localhost:9034` and start mini ## Questions? Have any questions about mining? Come ask in the [#mining](https://discord.com/channels/771503434028941353/828803908067262484) channel in the Iron Fish Discord - -### [Edit on Github](https://github.com/iron-fish/website/edit/master/content/get-started/mining.mdx) diff --git a/content/get-started/sidebar.ts b/content/get-started/sidebar.ts index 60652b23..a80c9656 100644 --- a/content/get-started/sidebar.ts +++ b/content/get-started/sidebar.ts @@ -3,6 +3,6 @@ import { SidebarDefinition } from "@/lib/markdown"; export const sidebar: SidebarDefinition = [ "get-started", "mining", - "ledger", + // "ledger", // TODO: Uncomment after Ledger Live launch "glossary", ];