We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7386304 commit 59978fbCopy full SHA for 59978fb
1 file changed
client/src/Components/TeacherHomepage/Homepage.tsx
@@ -15,7 +15,7 @@ const Homepage: React.FC = () => {
15
return (
16
<div>
17
<Navbar />
18
- <main className='flex flex-row justify-start w-full'>
+ <main className='flex flex-row justify-start w-full h-screen'>
19
<Sidemenu />
20
{selectedCourse ? <Outlet /> : <Instruction />}
21
</main>
0 commit comments