Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Aug 21, 2024
1 parent 1c1eb6f commit ca17a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/user/enrollment/videoLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const VideoLayout: React.FC = () => {
</div>
</div>

<div className=" w-full p-4 mt-6 overflow-y-auto md:w-[30%] rounded-lg dark:bg-gray-800 md:mt-[3.5rem] bg-gray-300 shadow-xl">
<div className=" w-full p-4 mt-6 md:hidden overflow-y-auto md:w-[30%] rounded-lg dark:bg-gray-800 md:mt-[3.5rem] bg-gray-300 shadow-xl">
<h2 className="text-2xl font-bold mb-4">Course Playlists</h2>
<ul>
{course?.lessons?.map((lesson: any, index: any) => (
Expand Down Expand Up @@ -303,7 +303,7 @@ const VideoLayout: React.FC = () => {
</ul>
</div>
</div>
<div className=" w-full p-4 hidden min-h-screen overflow-y-auto md:w-[30%] rounded-lg dark:bg-gray-800 md:mt-[3.5rem] bg-gray-300 shadow-xl">
<div className=" w-full p-4 hidden md:block min-h-screen overflow-y-auto md:w-[30%] rounded-lg dark:bg-gray-800 md:mt-[3.5rem] bg-gray-300 shadow-xl">
<h2 className="text-2xl font-bold mb-4">Course Playlists</h2>
<ul>
{course?.lessons?.map((lesson: any, index: any) => (
Expand Down

0 comments on commit ca17a8b

Please sign in to comment.