File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import React from "react";
55import Card from "./Card" ;
66
77//utils
8- import { SkeletonCard } from "./Skeleton" ;
8+ import { SkeletonCard } from "./helpers/ Skeleton" ;
99import { FaArrowUp } from "react-icons/fa" ;
1010
1111//animation
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const cardVariants = {
2424 y : "0" ,
2525 scale : 1 ,
2626 transition : {
27- duration : 0.2 ,
27+ duration : 0.6 ,
2828 } ,
2929 } ,
3030} ;
Original file line number Diff line number Diff line change 11export const SkeletonCard = ( ) => {
22 return (
33 < >
4- < div className = "w-80 mx-auto sm:w-full mt-7 animate-pulse justify-center space-x-1 rounded-md border mb-10 sm:mb-0 pb-6 " >
4+ < div className = "w-72 mx-auto sm:w-full mt-7 animate-pulse justify-center space-x-1 rounded-md border mb-10 sm:mb-0 pb-6 " >
55 < div className = "w-full" >
66 < div className = "w-full h-48 bg-skin-skeleton" > </ div >
77 < div >
You can’t perform that action at this time.
0 commit comments