Skip to content

Commit de39e25

Browse files
authored
Fixes to Operator page link (#43)
* link fixes * moved images into correct directory for NExt img tag * fix image syntax * link fixes
1 parent 2e4f042 commit de39e25

File tree

10 files changed

+13
-72
lines changed

10 files changed

+13
-72
lines changed

components/OperatorIntro.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ const OperatorIntroCards = () => {
99
icon: <SquareDashedBottomCode />,
1010
title: <span className="text-xl font-bold ">Service Operators</span>,
1111
description: "Run Blueprint instances and earn job revenue.",
12-
link: "../service-operator/service-provider/",
12+
link: "../operators/service-operator/service-provider",
1313
},
1414
{
1515
icon: <BetweenVerticalEnd />,
1616
title: <span className="text-xl font-bold ">Validators</span>,
1717
description:
1818
"Secure the network by participating in Nominated Proof-of-Stake (nPoS).",
19-
link: "../validator/introduction",
19+
link: "../operators/validator/introduction",
2020
},
2121
{
2222
icon: <GrNodes />,
2323
title: <span className="text-xl font-bold ">Run a Node</span>,
2424
description:
2525
"Get started with Tangle by running a node, a great way to get familiar with operating.",
26-
link: "../node-basics/quickstart",
26+
link: "../operators/node-basics/quickstart",
2727
},
2828
];
2929

images/keygen_manager.png

-136 KB
Binary file not shown.

images/webb-logo-dark.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

images/webb-logo-light.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)