Skip to content

Commit 59978fb

Browse files
committed
chore: add homepage style
1 parent 7386304 commit 59978fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/Components/TeacherHomepage/Homepage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Homepage: React.FC = () => {
1515
return (
1616
<div>
1717
<Navbar />
18-
<main className='flex flex-row justify-start w-full'>
18+
<main className='flex flex-row justify-start w-full h-screen'>
1919
<Sidemenu />
2020
{selectedCourse ? <Outlet /> : <Instruction />}
2121
</main>

0 commit comments

Comments
 (0)