Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
Change Batch number in NextJS page.tsx
  • Loading branch information
phipsae authored Sep 6, 2024
1 parent 0cb614c commit b970b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Home: NextPage = () => {
<div className="px-5">
<h1 className="text-center">
<span className="block text-2xl mb-2">Welcome to</span>
<span className="block text-4xl font-bold">Batch X</span>
<span className="block text-4xl font-bold">Batch 9</span>
</h1>
<p className="text-center text-lg">Get started by taking a look at your batch GitHub repository.</p>
<p className="text-lg flex gap-2 justify-center">
Expand Down

0 comments on commit b970b7e

Please sign in to comment.