1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Update skeleton height

This commit is contained in:
Kamran Ahmed
2024-09-12 17:01:58 +01:00
parent 01eb7b2f0f
commit a1aba2e026

View File

@@ -68,6 +68,6 @@ export function RecommendedRoadmapCard(props: RecommendedRoadmapCardProps) {
function RecommendedCardSkeleton() {
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" />
);
}