Skip to content

Commit 5d954e8

Browse files
committed
feat(batch-16): add logo, favicon, title, and subtitle to main page
1 parent b774d8d commit 5d954e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const Home: NextPage = () => {
2525
</h1>
2626
<h2 className="text-center text-xl mb-4">Building the Future of Web3</h2>
2727
<p className="text-center text-lg">Get started by taking a look at your batch GitHub repository.</p>
28+
2829
<p className="text-lg flex gap-2 justify-center">
2930
<span className="font-bold">Checked in builders count:</span>
3031
{isLoading ? (

0 commit comments

Comments
 (0)