Arrow icons change to Prev and Next when deployed to server

0
Hello Devs,    I have an image carousel in my application. When I launch the application locally through Studio Pro the carousel is shown with previous and next arrows for users to click if they want to move through the carousel manually. However, when I deploy the application the arrows change to the text "Prev" and "Next ". I've tried messing with the MIME settings in ISS with no luck.  (Image below)  
asked
1 answers
0

Sounds like a styling issue. Have a look in the developer console of the browser to see what is happening. One simple option might be to right-click the refresh button in the browser while the developer console is open and select the option to empty the cache and perform a hard reload of the page, as it is working locally.

answered