added custom skeleton loader for blog image and text #40
@@ -29,7 +29,7 @@ function BlogDetail() {
|
||||
} catch (err) {
|
||||
console.log("Error loading blogdata", err);
|
||||
} finally {
|
||||
setIsLoading(false);
|
||||
setTimeout(() => setIsLoading(false), 1500);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user