Skip to content

Commit 501f39c

Browse files
committed
use Link component
1 parent c1a1aea commit 501f39c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/components/NetworkMaturity.tsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import InlineLink from "./ui/Link"
12
import ExpandableCard from "./ExpandableCard"
23

34
import DevelopingImage from "@/public/images/network-maturity/developing.svg"
@@ -11,17 +12,12 @@ const NetworkMaturity = () => {
1112
<ExpandableCard title="Network maturity explained">
1213
<div>
1314
<div className="space-y-4">
14-
{" "}
1515
<p>
1616
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">
2218
Ethereum alignment
23-
</a>
24-
&nbsp;(<strong>rollup stages 0-2</strong>),{" "}
19+
</InlineLink>{" "}
20+
(<strong>rollup stages 0-2</strong>),{" "}
2521
<strong>total value locked (TVL)</strong>,
2622
<strong> time live in production</strong>, and{" "}
2723
<strong>risk considerations</strong>. These levels help track

0 commit comments

Comments
 (0)