You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
When hovering over the Shop menu, Orders and Payments have no icon. The cause is that Orders uses fa-box-heart, and that Payments uses fa-credit-card-front, which are both PRO icons of fontawesome. I'm unable to find where these icons are defined, and thus unable to create a PR for this.
Requested solution:
Change fa-box-heart to fa-box-open
and fa-credit-card-front to fa-credit-card
The text was updated successfully, but these errors were encountered:
Master-Guy
changed the title
box-heart is a PRO icon of fontawesome
fa-box-heart and fa-credit-card-front are PRO icons of fontawesome
Jun 30, 2019
Situation:
edenjs init app && npm install @edenjs/core @edenjs/shop && edenjs run
Action:
Login with a valid admin account and go to http://localhost:1337/admin
Issue:
When hovering over the
Shop
menu,Orders
andPayments
have no icon. The cause is thatOrders
usesfa-box-heart
, and thatPayments
usesfa-credit-card-front
, which are both PRO icons of fontawesome. I'm unable to find where these icons are defined, and thus unable to create a PR for this.Requested solution:
Change
fa-box-heart
tofa-box-open
and
fa-credit-card-front
tofa-credit-card
The text was updated successfully, but these errors were encountered: