Hello, I'm wondering how Solidus work with Font Aw...
# support
s
Hello, I'm wondering how Solidus work with Font Awasome When I use '_ban_' it's working, but when I put '_banjo_' for exemple there is no icon show (https://fontawesome.com/search?q=ban)
Copy code
# ...
Spree::Backend::Config.configure do |config|
  # ...
  config.menu_items << config.class::MenuItem.new(
    [:rejected_orders],
    'banjo',
    url: '/admin/orders?q[rejected_eq]=true',
    position: 0
  )
end
s
Thank you @kennyadsl :)
By a quick looking, the main problem was that I did not choose the free icons and I think the second problem (not showing free icons something) maybe come from using the unoffical gem instead the official gem