Closed trymebytes closed 11 months ago
The tour list items added via shortcode or Gutenberg block are not clickable because they are wrapped in a <span> tag instead of an <a> tag. This PR fixes this issue.
<span>
<a>
The tour list items added via shortcode or Gutenberg block are not clickable because they are wrapped in a
<span>
tag instead of an<a>
tag. This PR fixes this issue.