Skip to content

Commit 180a29e

Browse files
committed
fix: change assistance request menu icon
1 parent 4b29c0f commit 180a29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/common.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ public static function hookRedefineMenu($menus) {
756756
$newMenu['seek_assistance'] = [
757757
'default' => Plugin::getWebDir('formcreator', false) . '/front/wizard.php',
758758
'title' => __('Seek assistance', 'formcreator'),
759-
'icon' => 'fa-fw ti ti-send',
759+
'icon' => 'fa-fw ti ti-headset',
760760
];
761761
$newMenu['my_assistance_requests'] = [
762762
'default' => PluginFormcreatorIssue::getSearchURL(false),

tests/3-unit/PluginFormcreatorCommon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ public function testHookRedefineMenu() {
494494
[
495495
'default' => 'plugins/formcreator/front/wizard.php',
496496
'title' => 'Seek assistance',
497-
'icon' => 'fa-fw ti ti-send',
497+
'icon' => 'fa-fw ti ti-headset',
498498
],
499499
'my_assistance_requests' =>
500500
[

0 commit comments

Comments
 (0)