feat: add bg placeholder

This commit is contained in:
rizaldy 2024-02-01 02:05:36 +07:00
parent 63de19a838
commit 9fc7290aa6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const Feed = ({
});
}}
>
<img alt={url} loading="lazy" src={previewPath} className={`aspect-${type}`} />
<img alt={url} loading="lazy" src={previewPath} className={`aspect-${type} bg-neutral-100`} />
</a>
))}
</main>