Skip to content

Commit

Permalink
Merge branch 'master' into fix/TMZ-273
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Dec 30, 2024
2 parents 618c076 + dc9e131 commit 4a8e45d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/content/widgets/cta.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function get_keywords(): array {
}

public function get_icon(): string {
return 'eicon-single-page';
return 'eicon-ehp-cta';
}

public function get_style_depends(): array {
Expand Down
2 changes: 1 addition & 1 deletion modules/content/widgets/hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function get_keywords(): array {
}

public function get_icon(): string {
return 'eicon-single-page';
return 'eicon-ehp-hero';
}

public function get_style_depends(): array {
Expand Down
2 changes: 1 addition & 1 deletion modules/content/widgets/zig-zag.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function get_keywords(): array {
}

public function get_icon(): string {
return 'eicon-time-line';
return 'eicon-ehp-zigzag';
}

public function get_style_depends(): array {
Expand Down
2 changes: 1 addition & 1 deletion modules/forms/widgets/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function get_title() {
}

public function get_icon() {
return 'eicon-form-horizontal';
return 'eicon-ehp-forms';
}

public function get_keywords() {
Expand Down

0 comments on commit 4a8e45d

Please sign in to comment.