[SOLVED] Cannot change icons in mattermost team edition

I replaced all the icons in images directory in mattermost_webapp directory. When I compile and run (make run), everything works fine except I dont see the new icon on “About Mattermost” screen. I also made changes to about_build_modal.jsx component and I dont see those changes either. What am I missing?

Hi @sanjk,

Where are the directories located relative to each other for the web app and the server? It sounds like it’s not compiling the web app properly since it’s not picking up your changes. They should be located at ~/go/src/github.com/mattermost/mattermost-webapp and ~/go/src/github.com/mattermost/mattermost-server

You have to change mattermost-logo.jsx in component/svg/mattermost-logo.jsx code to render your own logo .Since it is being used in about-modal.jsx code:
import MattermostLogo from ‘components/svg/mattermost_logo’
I am still getting babel error when i comment out the svg and add new img src.