Skip to content

Commit

Permalink
#30707 has not been merged yet. :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Oct 22, 2020
1 parent a414b84 commit 846466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/HTML/Helpers/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract class Icons
*
* @since __DEPLOY_VERSION__
*/
public static function icon(string $icon = 'default', string $srOnly = '', array $attribs = [])
public static function icon(string $icon = 'fas fa-default', string $srOnly = '', array $attribs = [])
{
if (isset($attribs['class']))
{
Expand Down

0 comments on commit 846466f

Please sign in to comment.