Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 15d7eeb

Browse files
committed
fix: lander specs
1 parent 33301c9 commit 15d7eeb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/console/app/src/routes/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,8 @@ export default function Home() {
10811081
</svg>
10821082
</div>
10831083
<span>
1084-
<figure>Fig 2.</figure> <strong>230</strong> Contributors
1084+
<figure>Fig 2.</figure> <strong>{config.stats.contributors}</strong>{" "}
1085+
Contributors
10851086
</span>
10861087
</div>
10871088

@@ -1129,7 +1130,8 @@ export default function Home() {
11291130
</svg>
11301131
</div>
11311132
<span>
1132-
<figure>Fig 3.</figure> <strong>250K</strong> Monthly Devs
1133+
<figure>Fig 3.</figure> <strong>{config.stats.monthlyUsers}</strong> Monthly
1134+
Devs
11331135
</span>
11341136
</div>
11351137
</div>

0 commit comments

Comments
 (0)