@Nazeer2020

Ahmad Aroyehun
@ahmad-codAll comments
- @ahmad-cod
Hello Nazeer Haidari, how are you? I love your project's outcome, however, I noticed the mobile nav toggle isn't showing in mobile view, I also had a similar bug while solving this challenge,
instead of
background-image: url("/assets/images/icon-menu.svg");
remove the '/' at the beginning, so it becomes:background-image: url("assets/images/icon-menu.svg");
I hope you find it useful!
Marked as helpful - @ahmad-cod@ahmad-cod
Thanks Adriano!