diff --git a/libraries/src/Button/FeaturedButton.php b/libraries/src/Button/FeaturedButton.php index 2df58f7a4ecc8..032af4f475c3c 100644 --- a/libraries/src/Button/FeaturedButton.php +++ b/libraries/src/Button/FeaturedButton.php @@ -29,7 +29,7 @@ class FeaturedButton extends ActionButton */ protected function preprocess() { - $this->addState(0, 'articles.featured', 'icon-color-unfeatured far fa-star', + $this->addState(0, 'articles.featured', 'icon-color-unfeatured fas fa-star', Text::_('JGLOBAL_TOGGLE_FEATURED'), ['tip_title' => Text::_('COM_CONTENT_UNFEATURED')] ); $this->addState(1, 'articles.unfeatured', 'icon-color-featured fas fa-star',