#picture as a hyper link
2 messages · Page 1 of 1 (latest)
Hmm might be worth sharing some code!
<a href="/foo">
<Image src={myImg} />
</a>
Should work just fine, also worth noting that if your anchor tag a has a href, it'll automatically have the pointer cursor added, so you shouldn't need to add it yourself.