Hello Wicket Wizards, I'm using Apache Wicket 10 + Bootstrap 5 + Font Awesome 7.
The attached image contains my pom entries and Bootstrap configuration in the App.init method. Problem: When running the application, I don't see Font Awesome css getting loaded. I do see fa-* css classes in menu items. Here's my menu item sample with Font Awesome configuration. home.setIconType(FontAwesome7IconType.home_r); Could anyone please suggest what is missing? Thank you, -Mihir
