C
Asked
After you update the app in the settings there is an app icon by the left hand side and also the favicon on the bowser title that i really need to change but don't know how to. Please how can i change this icon to my own logo icon? thanks
see image attachment, i circled it with a yellow marker
see image attachment, i circled it with a yellow marker
Attachments
- MSAnsweredHello,
The favicon is using `public/icon-48.png` you can replace it as you need.
For Vuejs files, the logo icon can be modify by editing `resources/js/Shared/Icon.vue` (All icons are in this file).
Thank you - Login to Reply