Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Jan 15, 2025
1 parent aa1c1c6 commit c783075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content/widgets/flex-hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ protected function add_cta_button_controls( string $type, bool $add_condition =
],
'row-reverse' => [
'title' => esc_html__( 'End', 'hello-plus' ),
'icon' => 'eicon-h-align-' . ( is_rtl() ? 'left' :'right' ),
'icon' => 'eicon-h-align-' . ( is_rtl() ? 'left' : 'right' ),
],
],
'selectors_dictionary' => [
Expand Down

0 comments on commit c783075

Please sign in to comment.