| @@ -279,11 +279,11 @@ | ||
| 279 | 279 | $e.bc.ensureTab( 'panel/<?php |
| 280 | 280 | // PHPCS - the variable $name does not contain a user input value. |
| 281 | 281 | echo $name; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped |
| 282 | 282 | ?>-settings', tabSlug ); #> |
| 283 | - <button class="elementor-component-tab elementor-panel-navigation-tab elementor-tab-control-{{ tabSlug }}" data-tab="{{ tabSlug }}"> | |
| 284 | - <span>{{{ tabTitle }}}</span> | |
| 285 | - </button> | |
| 283 | + <div class="elementor-component-tab elementor-panel-navigation-tab elementor-tab-control-{{ tabSlug }}" data-tab="{{ tabSlug }}"> | |
| 284 | + <a href="#">{{{ tabTitle }}}</a> | |
| 285 | + </div> | |
| 286 | 286 | <# } ); #> |
| 287 | 287 | </div> |
| 288 | 288 | <# } #> |
| 289 | 289 | <div id="elementor-panel-<?php echo esc_attr( $name ); ?>-settings-controls"></div> |