We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b774d8d commit 5d954e8Copy full SHA for 5d954e8
packages/nextjs/app/page.tsx
@@ -25,6 +25,7 @@ const Home: NextPage = () => {
25
</h1>
26
<h2 className="text-center text-xl mb-4">Building the Future of Web3</h2>
27
<p className="text-center text-lg">Get started by taking a look at your batch GitHub repository.</p>
28
+
29
<p className="text-lg flex gap-2 justify-center">
30
<span className="font-bold">Checked in builders count:</span>
31
{isLoading ? (
0 commit comments