fixed build

Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
PRavaga 2023-09-08 18:16:23 +04:00
parent 8669e1df1c
commit 62b62fd9d6
No known key found for this signature in database
GPG key ID: 2A5FC2B63150943E
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
---
sidebar_position: 1
---
# Mining Zano
### Mining Software

View file

@ -101,7 +101,7 @@ const config = {
},
{
label: "Stake",
to: "/docs/stake/proof-of-stake-minging",
to: "/docs/stake/proof-of-stake-mining",
},
],
},

View file

@ -88,7 +88,7 @@ const links = [
},
{
name: "Stakers",
link: "docs/stake/overview",
link: "docs/stake/proof-of-stake-mining",
Icon: stakeIcon,
},
];