Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No se muestran los iconos #18

Open
kovic opened this issue Apr 25, 2019 · 1 comment
Open

No se muestran los iconos #18

kovic opened this issue Apr 25, 2019 · 1 comment

Comments

@kovic
Copy link

kovic commented Apr 25, 2019

Hola, creo que encontré una forma para que se muestren los iconos con fontawsome free
en vez de usar fa:
public function icon($service, array $options = [])
{
$class = 'fa ' . (!empty($this->_fa[$service]) ? $this->_fa[$service] : $this->_config['default_fa']);

usar fab:

public function icon($service, array $options = [])
{
$class = 'fab ' . (!empty($this->_fa[$service]) ? $this->_fa[$service] : $this->_config['default_fa']);

@amontrope
Copy link

I think what he is trying to say is that the classes should be updated for font-awesome 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants