Skip to content

Commit

Permalink
fix: change assistance request menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Apr 8, 2022
1 parent 4b29c0f commit 180a29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/common.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public static function hookRedefineMenu($menus) {
$newMenu['seek_assistance'] = [
'default' => Plugin::getWebDir('formcreator', false) . '/front/wizard.php',
'title' => __('Seek assistance', 'formcreator'),
'icon' => 'fa-fw ti ti-send',
'icon' => 'fa-fw ti ti-headset',
];
$newMenu['my_assistance_requests'] = [
'default' => PluginFormcreatorIssue::getSearchURL(false),
Expand Down
2 changes: 1 addition & 1 deletion tests/3-unit/PluginFormcreatorCommon.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public function testHookRedefineMenu() {
[
'default' => 'plugins/formcreator/front/wizard.php',
'title' => 'Seek assistance',
'icon' => 'fa-fw ti ti-send',
'icon' => 'fa-fw ti ti-headset',
],
'my_assistance_requests' =>
[
Expand Down

0 comments on commit 180a29e

Please sign in to comment.