Skip to content

Commit

Permalink
Fixed skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirajput10 committed Nov 5, 2024
1 parent aca7bca commit db3d24b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/web/components/admin/products/editor/content/lesson.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,12 @@ const LessonEditor = ({
}

return (
<div className="flex flex-col gap-10 mt-14">
<Skeleton className="w-[200px] h-[35px]" />
<Skeleton className="w-full h-[30px]" />
<Skeleton className="w-full h-[30px]" />
<div className="flex flex-col mt-12">
<Skeleton className="w-[200px] h-[35px] mb-5" />
<Skeleton className="w-[60px] h-[27px] mb-1" />
<Skeleton className="w-full h-[38px] mb-4" />
<Skeleton className="w-[60px] h-[27px] mb-1" />
<Skeleton className="w-full h-[38px]" />
</div>
);
};
Expand Down

0 comments on commit db3d24b

Please sign in to comment.