Update post rust-reference-cycles-and-memory-leak

* fix image width
This commit is contained in:
DefectingCat
2022-01-03 18:08:00 +08:00
parent a355d5265f
commit 6859bf9e02
7 changed files with 636 additions and 9 deletions

View File

@ -22,6 +22,7 @@ const PostImage: FC<Props> = ({ src }) => {
filter={blur}
transitionDuration="slower"
alt="Post image"
w="100%"
/>
</Zoom>
</>