31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 22:20:48 +00:00

change title icon to fa

This commit is contained in:
Troy T. Hall 2020-07-09 13:15:09 -05:00
parent 4834319f29
commit 4b3b13c849

View File

@ -125,7 +125,7 @@ class PullsHtmlView extends DefaultHtmlView
*/
protected function addToolbar(): void
{
ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester icon-apply');
ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester fas fa-save');
if (!count($this->envErrors))
{