Skip to content

Commit 93a9b41

Browse files
committed
[custom-theme] fix build after merge
1 parent aee7fd8 commit 93a9b41

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/docs/for-operators/05-dvt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ There are 2 ways to create validator keys:
6060
- create keys alone
6161
- create keys with a group using Distributed Key Generation (DKG) ceremony
6262

63-
Creating keys alone may be an option if you don't collaborate with anybody. In this case DVT may be used for additional robustness. When using SSV you can fully delegate validator duties to other entities (SSV operators) and do not mind running validators on your own. See [Obol page](obol-setup.md) and [SSV page](ssv-setup.md) for further instructions if you are creating keys alone.
63+
Creating keys alone may be an option if you don't collaborate with anybody. In this case DVT may be used for additional robustness. When using SSV you can fully delegate validator duties to other entities (SSV operators) and do not mind running validators on your own. See [Obol page](../intro.mdx) and [SSV page](../intro.mdx) for further instructions if you are creating keys alone.
6464

6565
DKG is more secure and decentralized way because nobody has full control over validator keys. The document below is dedicated to DKG way.
6666

src/components/DocsSections/Blocks/Block/Block.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const LinkIcon = require("@site/static/icon/link.svg").default
1717
const Block: React.FC<BlockProps> = (props) => {
1818
const { title, text, href, Svg } = props
1919

20-
2120
return (
2221
<Link
2322
className={cx(s.container, 'rounded-8 mx-16 px-12 py-16 bg-moon/5 relative max-[960px]:mt-16')}

0 commit comments

Comments
 (0)