File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change
1
+ import InlineLink from "./ui/Link"
1
2
import ExpandableCard from "./ExpandableCard"
2
3
3
4
import DevelopingImage from "@/public/images/network-maturity/developing.svg"
@@ -11,17 +12,12 @@ const NetworkMaturity = () => {
11
12
< ExpandableCard title = "Network maturity explained" >
12
13
< div >
13
14
< div className = "space-y-4" >
14
- { " " }
15
15
< p >
16
16
We review the network’s progress towards{ " " }
17
- < a
18
- href = "https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe"
19
- target = "_blank"
20
- rel = "noopener noreferrer"
21
- >
17
+ < InlineLink href = "https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe" >
22
18
Ethereum alignment
23
- </ a >
24
- (< strong > rollup stages 0-2</ strong > ),{ " " }
19
+ </ InlineLink > { " " }
20
+ (< strong > rollup stages 0-2</ strong > ),{ " " }
25
21
< strong > total value locked (TVL)</ strong > ,
26
22
< strong > time live in production</ strong > , and{ " " }
27
23
< strong > risk considerations</ strong > . These levels help track
You can’t perform that action at this time.
0 commit comments