Skip to content

Commit

Permalink
fix blur video
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxn committed Nov 7, 2023
1 parent 17d4ca7 commit a20078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Content/PostThumb.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function PostThumb({ width = 200, post, report }) {
>
<Video
imageSrc={url}
nsfw={nsfw}
blurPreview={shouldBlurPreview}
onClick={() => {
setOpen(true);
}}
Expand Down

0 comments on commit a20078b

Please sign in to comment.