Change new favourite icon from new to add

This commit is contained in:
nathan 2023-06-12 14:19:53 -06:00
parent e2f82ca985
commit 4c058ffc5f

View File

@ -95,7 +95,7 @@ class Favorites
// If were're here, the app supports favorites, so add a 'Add' link too
$html .= "<li data-id='add' class='ui-menu-item' role='menuitem'><a href='javascript:app.$app.add_favorite()' class='ui-corner-all'>";
$html .= Api\Html::image($app, 'new') . lang('Add current'). '</a></li>';
$html .= Api\Html::image($app, 'add') . lang('Add current') . '</a></li>';
$html .= '</ul></span>';