13229-Fix help icon meta

This commit is contained in:
Pablo Aragon 2024-04-01 16:43:04 +02:00
parent 25ba53cf89
commit 5a6a6a5f12
1 changed files with 1 additions and 1 deletions

View File

@ -5407,7 +5407,7 @@ function ui_print_page_header(
if (is_metaconsole() === true) {
if ($help != '') {
$buffer .= "<div class='head_help'>".ui_print_help_icon($help, true, '', 'images/help_30.png').'</div>';
$buffer .= "<div class='head_help rounded-icon-header'>".ui_print_help_icon($help, true, '', 'images/help@header.svg').'</div>';
}
}