fix: hide blurred image placeholder on browser reader mode

This commit is contained in:
Hossein Mehrabi 2023-09-13 17:23:15 +03:30
parent 804c2b80e0
commit 59e68a1623
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export const ResponsiveImage = ({
height: height || 'auto',
}}
>
<div>
<div className="comment">
<img src={lazyUrl} alt={data.alt} title={data.alt} />
{children}
</div>