mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-23 01:13:03 +02:00
Update skeleton height
This commit is contained in:
@@ -68,6 +68,6 @@ export function RecommendedRoadmapCard(props: RecommendedRoadmapCardProps) {
|
|||||||
|
|
||||||
function RecommendedCardSkeleton() {
|
function RecommendedCardSkeleton() {
|
||||||
return (
|
return (
|
||||||
<div className="h-[42px] w-full animate-pulse rounded-md bg-gray-200" />
|
<div className="h-[38px] w-full animate-pulse rounded-md bg-gray-200" />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user