added setTimeout to sync with image revealing

This commit was merged in pull request #40.
This commit is contained in:
Ebube
2023-09-14 06:15:47 +01:00
parent 05e9ece8e1
commit 5ceda514a8
+1 -1
View File
@@ -29,7 +29,7 @@ function BlogDetail() {
} catch (err) {
console.log("Error loading blogdata", err);
} finally {
setIsLoading(false);
setTimeout(() => setIsLoading(false), 1500);
}
};