Skip to content

Commit

Permalink
replace lost preview icon
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jul 31, 2020
1 parent c91326c commit 59c1ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ protected function addToolbar()
if ($this->preview->client_id === 0 && $this->type === 'home')
{
$bar->linkButton('preview')
->icon('picture')
->icon('fas fa-image')
->text('COM_TEMPLATES_BUTTON_PREVIEW')
->url(Uri::root() . 'index.php?tp=1&templateStyle=' . $this->preview->id)
->attributes(['target' => '_new']);
Expand Down

0 comments on commit 59c1ab8

Please sign in to comment.