added custom skeleton loader

This commit is contained in:
Ebube
2023-09-14 06:08:12 +01:00
parent 438a3077a3
commit 05e9ece8e1
6 changed files with 157 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function Blogs({ pathname }) {
const renderBlogs = () => {
return blogs?.blogdata?.map((blog, index) => {
const options = {
weekday: "long",
weekday: "short",
year: "numeric",
month: "long",
day: "numeric",