| @@ -82,11 +82,11 @@ | ||
| 82 | 82 | <# const v4Categories = ['v4-elements', 'atomic-form']; #> |
| 83 | 83 | <button class="elementor-element" data-library-element-type="{{ elType === 'widget' ? widgetType : elType }}"> |
| 84 | 84 | <# if ( obj.integration ) { #> |
| 85 | 85 | <i class="eicon-plug"></i> |
| 86 | - <# } else if ( false === obj.editable && !obj.birthdayEasterEgg ) { #> | |
| 87 | - <i class="eicon-upgrade-crown-full"></i> | |
| 88 | - <# } else if ( !obj.birthdayEasterEgg && obj.categories.some( category => v4Categories.includes( category ) ) ) { #> | |
| 86 | + <# } else if ( false === obj.editable ) { #> | |
| 87 | + <i class="eicon-lock"></i> | |
| 88 | + <# } else if ( obj.categories.some( category => v4Categories.includes( category ) ) ) { #> | |
| 89 | 89 | <i class="eicon-atomic"></i> |
| 90 | 90 | <# } #> |
| 91 | 91 | <div class="icon"> |
| 92 | 92 | <i class="{{ icon }}" aria-hidden="true"></i> |