trying to figure out how to change the onclick on a div when in mobile view media in react,
Currently i have a modal onClick using a Hook on a div and want to remove it and attach another one that opens a new website like in mobile view just to the div.
using @media screen (max-width: 768px)
I'm using styled components also if that helps
Cheers