Context
No response
Bug description
When using page icons, icon does not appear in navigation sidebar when using nested nav.
But It does appear on top navigation bar on non mobile view.
Related links
Example hosted reproduction https://bilal-fazlani.com/
Reproduction
example.zip
Steps to reproduce
mkdocs yaml
nav:
- Home: index.md
- Blog:
- blog/index.md
- Projects: projects/index.md
docs/blog/index.md
---
icon: fontawesome/solid/blog
---
preview in large width

Here, the icon is displayed at two places. Makes sense.
But if we reduce the width to simulate mobile view,

The image is displayed only at one place
Browser
Chrome
Before submitting
Context
No response
Bug description
When using page icons, icon does not appear in navigation sidebar when using nested nav.
But It does appear on top navigation bar on non mobile view.
Related links
Example hosted reproduction https://bilal-fazlani.com/
Reproduction
example.zip
Steps to reproduce
mkdocs yaml
docs/blog/index.md
preview in large width
Here, the icon is displayed at two places. Makes sense.
But if we reduce the width to simulate mobile view,
The image is displayed only at one place
Browser
Chrome
Before submitting