aortiz-WW opened a new issue, #22829: URL: https://github.com/apache/superset/issues/22829
### A clear and concise description of what the bug is. I'm trying to change the UI of superset. I want to add a banner at the top of the page and at the bottom. I have already done so by following these links: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/ https://github.com/apache/superset/issues/22758 #### How to reproduce the bug I first clone the repo. Then I go inside the `superset-frontend/src/views/components/` directory. Inside the Menu.tsx, I add to the Menuwrapper component my banner as such: ``` return <> <div id='banner' style={{backgrounColor: 'green', color: 'white', textAlign: 'center}}>Unclassified</div> <Menu data={newMenuData} {...rest}/> </> ``` Then I run the docker-compose pull and up explained in the first link above. ### Expected results I expect to see changes in the banner after adding changes. It appeared once I made the changes and then if I want to make other changes, it doesn't appear ### Actual results Nothing changes after the initial change #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment Using apache/superset on windows hosted VM running Ubuntu 22. Everything is ran using vs code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
