-
Notifications
You must be signed in to change notification settings - Fork 29
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
icon on side bar #9
Comments
Could you please provide a reproducible example? Thanks |
ui = gentelellaPageCustom(
),
),#body |
The problem comes from this: The icon function from shiny generates: <i class="fa fa-info"></I> However, gentellela needs: <i class="fas fa-info"></I> I will fix it asap |
Thanks Divad |
Actually you can use: tags$i(class = "fas fa-info") instead of the classic shiny::icon function. |
the icons on the side bar aren't working even when every icon is working can you please look into it
The text was updated successfully, but these errors were encountered: