#recent project links not redirecting…
11 messages · Page 1 of 1 (latest)
Encountered the same problem , weirdly the a tags with the correct href are still in the code , maybe it's just a z-index/ cursor problem ?
Weirdly enought when I change the "check live site" p tag with an a tag taking href={item.link} it works when i click on the text itself
but it doesn't seem to work on the whole card
it displays the correct link but just doesn't want to open it on click
Hello guys! I found the error, and i solved it by deleting the pointer-events-none in PinContainer.tsx, in <motion.div>. Let me know if this solve the problem for u also!
thanks mate
it did fix it. thank you man
Hey,
While this was helpful it hasn't solved my problem completely. It redirects me only when I click the link that is displayed upon hovering over the card but it still doesn't do anything if the card itself is clicked anywhere.