I got handed over a multiple-file Shiny project with custom css and the repo is a mess (I have no session info whatsoever). After fixing most bugs, I am stuck at this:
"This Font Awesome icon ('gears') does not exist"
Searching for the button, I could not find it in any of the files in the repo (CTRL + SHIFT + F yielded no results). The hosted app does not have a visible gears icon anywhere, it is however referenced in the web element "navbar sidebar-toggle" (found via Chrome dev tools). What I tried (as proposed here):
- Re-reference it with the correct icon name: impossible as it is not actively referenced (& Font Awesome has a "gears" icon)
- Downgrading shinydashboardPlus: did not work
I am lost - any hints on how to fix an error like that?