feat: add bg placeholder
This commit is contained in:
parent
63de19a838
commit
9fc7290aa6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user