Skip to content

Commit

Permalink
Update Image.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jilt authored Nov 30, 2023
1 parent a05117d commit fe9660c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ export default function Image(props) {

return (
<Card.Img variant="top" src={mediaResult} />
<p>{mediaResult}</p>
)
}

0 comments on commit fe9660c

Please sign in to comment.