Skip to content

Commit

Permalink
Merge pull request #304 from Soean/fix-usemedia-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy authored Mar 7, 2024
2 parents 78c2ca4 + 1c98f8f commit 376e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/use-media/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function BlockEdit(props) {
}

return (
<img src={ media.source_url } alt={image.alt} />
<img src={ media.source_url } alt={ media.alt_text } />
);
}
```
Expand Down

0 comments on commit 376e81f

Please sign in to comment.