Skip to content

Commit 503f572

Browse files
committed
update classroom header
1 parent 2fc9132 commit 503f572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/classrooms/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function ClassroomList({ userContext }: { userContext: UserContextType }) {
411411
{/* <h1 className={"mb-5 text-center text-3xl underline"}>My Classrooms</h1>
412412
<h2 className={"text-center text-2xl"}>Admin Classrooms</h2> */}
413413
{/* ADMIN CLASSES */}
414-
<h1 className="mb-10 text-5xl font-medium tracking-tight">Classrooms</h1>
414+
<h1 className="mb-10 text-3xl font-medium tracking-tight">Classrooms</h1>
415415

416416
<Tabs
417417
value={currentTab}

0 commit comments

Comments
 (0)