zdodson21 / ajc-portfolio

A portfolio project utilizing LitElement web components.
https://ajc-portfolio.vercel.app
1 stars 0 forks source link

Update <picture-frame> to make the image clickable to navigate to a owner set link #21

Open zdodson21 opened 2 months ago

zdodson21 commented 2 months ago

Might like to add a feature that makes it so when the user clicks on the image, it takes them to the href also used by the anchor tag, which would remove the need for the anchor tag and make it easier to format the <picture-frame> when there is no text in the <p> (<slot>?) tag.