Automattic / tours

A WordPress plugin for creating tours for your site that don't get into people's way
https://wordpress.org/plugins/tours/
GNU General Public License v2.0
12 stars 1 forks source link

Make tour list items clickable #20

Closed trymebytes closed 11 months ago

trymebytes commented 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.