Skip to content

Commit 8aa9512

Browse files
committed
adds diagram
1 parent 10a61d4 commit 8aa9512

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pages/index.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
z-index: 1;
7272
}
7373

74+
.diagram {
75+
width: 900px;
76+
}
77+
7478
.listContainer {
7579
min-height: 100vh;
7680
width: 100%;

pages/subnets-information.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ function Validators({ changeTheme, theme }) {
129129
</ul>
130130
</Typography>
131131

132+
<img src="/subnets-diagram.jpeg" className={classes.diagram} />
133+
132134
<Typography variant="h3" className={classes.subTitle}>
133135
About customized blockchain
134136
</Typography>

public/subnets-diagram.jpeg

131 KB
Loading

0 commit comments

Comments
 (0)