Hello
I used the V2 element tabs in Pro
My use case needed me to add the content in the tab and that included a link to Google maps.
So in the tab i added an H3, some p and a
However since each tab is actually a button element, the hyperlinks don’t seem to work
This goes in the label:
<h3>heading</h3>
<p>text</p>
<p>text/p>
<a href="https://goo.gl/maps/YPsfG39FCkE4UUnr7" target="_blank">View on Google maps</a>
<a href="#">Contact us</a>
what could I do to make sure that the link opens?
Cheers Q
