File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function AllCourses() {
1616
1717 return (
1818 < div className = "max-w-5xl mx-auto mt-10 pb-5" >
19- < h1 className = "text-4xl font-extrabold mb-8 text-gray-800" > All Courses</ h1 >
19+ < h1 className = "text-3xl font-extrabold mb-8 text-gray-800" > All Courses</ h1 >
2020 < div className = "overflow-x-auto" >
2121 < table className = "table-auto min-w-full bg-white shadow-xl border border-gray-100" >
2222 < thead >
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ function MyCourses({user}: { user: User | null }) {
5252 if ( courses . length === 0 ) {
5353 return (
5454 < div className = "max-w-5xl mx-auto mt-10 pb-5" >
55- < h1 className = "text-4xl font-extrabold mb-8 text-gray-800" > My Courses</ h1 >
55+ < h1 className = "text-3xl font-extrabold mb-8 text-gray-800" > My Courses</ h1 > i
5656 < div className = "text-lg text-gray-600" > You are not enrolled in any courses yet.</ div >
5757 </ div >
5858 ) ;
5959 }
6060
6161 return (
6262 < div className = "max-w-5xl mx-auto mt-10 pb-5" >
63- < h1 className = "text-4xl font-extrabold mb-8 text-gray-800" > My Courses</ h1 >
63+ < h1 className = "text-3xl font-extrabold mb-8 text-gray-800" > My Courses</ h1 >
6464 < div className = "overflow-x-auto" >
6565 < table className = "table-auto min-w-full bg-white shadow-xl border border-gray-100" >
6666 < thead >
You can’t perform that action at this time.
0 commit comments