I am using Item (Semantic UI React) and I would like to set the image as a link. But how do I reference the link URL?
<Item>
<Item.Image src={this.props.fileUrl} size='tiny' as='a' />
<Item.Content>
</Item.Content>
</Item>
If I wrap Item.Image
in a a
-container, the padding gets messed up...